class Slack::Events::MessageSubtype

Direct Known Subclasses

Defined in:

slack/events/event_types/message_subtype.cr

Constructors

Instance Method Summary

Instance methods inherited from class Slack::Event

team_id : String | Nil team_id, team_id=(team_id : String | Nil) team_id=, type : String type, type=(type : String) type=

Constructor methods inherited from class Slack::Event

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

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]