class Slack::Event::MessageEvent
- Slack::Event::MessageEvent
- Slack::Event::TypeBase
- Reference
- Object
Defined in:
slack-api/event/message.crConstructors
Instance Method Summary
- #channel : String
- #channel=(channel : String)
- #channel_type : String | Nil
- #channel_type=(channel_type : String | Nil)
- #deleted_ts : String | Nil
- #deleted_ts=(deleted_ts : String | Nil)
- #edited : MessageEdited | Nil
- #edited=(edited : MessageEdited | Nil)
- #hidden : Bool | Nil
- #hidden=(hidden : Bool | Nil)
- #is_starred : Bool | Nil
- #is_starred=(is_starred : Bool | Nil)
- #pinned_to : Array(String) | Nil
- #pinned_to=(pinned_to : Array(String) | Nil)
- #reactions : Array(MessageReaction) | Nil
- #reactions=(reactions : Array(MessageReaction) | Nil)
- #subtype : String | Nil
- #subtype=(subtype : String | Nil)
- #text : String
- #text=(text : String)
- #user : String | Nil
- #user=(user : String | Nil)