class Slack::Event::MessageEvent

Defined in:

slack-api/event/message.cr

Constructors

Instance Method Summary

Instance methods inherited from class Slack::Event::TypeBase

event_ts : String | Nil event_ts, event_ts=(event_ts : String | Nil) event_ts=, ts : String | Nil ts, ts=(ts : String | Nil) ts=, type : String type, type=(type : String) type=

Constructor methods inherited from class Slack::Event::TypeBase

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 | Nil #

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

[View source]
def deleted_ts : String | Nil #

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

[View source]
def edited : MessageEdited | Nil #

[View source]
def edited=(edited : MessageEdited | Nil) #

[View source]
def hidden : Bool | Nil #

[View source]
def hidden=(hidden : Bool | Nil) #

[View source]
def is_starred : Bool | Nil #

[View source]
def is_starred=(is_starred : Bool | Nil) #

[View source]
def pinned_to : Array(String) | Nil #

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

[View source]
def reactions : Array(MessageReaction) | Nil #

[View source]
def reactions=(reactions : Array(MessageReaction) | Nil) #

[View source]
def subtype : String | Nil #

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

[View source]
def text : String #

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

[View source]
def user : String | Nil #

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

[View source]