module Slack::Events::MessageSubtype

Direct including types

Defined in:

slack/events/event_types/message_subtype.cr

Instance Method Summary

Instance Method Detail

def channel : String #

[View source]
def channel=(channel : String) #

[View source]
def channel_type : String #

[View source]
def channel_type=(channel_type : String) #

[View source]
def event_ts : String #

[View source]
def event_ts=(event_ts : String) #

[View source]
def im? #

[View source]
def private_channel? #

[View source]
def public_channel? #

[View source]
def subtype : String #

[View source]
def subtype=(subtype : String) #

[View source]
def thread? #

[View source]
def thread_ts : String | Nil #

[View source]
def thread_ts=(thread_ts : String | Nil) #

[View source]
def ts : String #

[View source]
def ts=(ts : String) #

[View source]