struct Slack::Events::Message
- Slack::Events::Message
 - Slack::Event
 - Struct
 - Value
 - Object
 
Defined in:
slack/events/event_types/message.crConstructors
Instance Method Summary
- #attachments : Array(Slack::EventData::Attachment) | Nil
 - #attachments=(attachments : Array(Slack::EventData::Attachment) | Nil)
 - #blocks : Array(JSON::Any)
 - #blocks=(blocks : Array(JSON::Any))
 - #channel : String
 - #channel=(channel : String)
 - #channel_type : String
 - #channel_type=(channel_type : String)
 - #client_msg_id : String | Nil
 - #client_msg_id=(client_msg_id : String | Nil)
 - #im?
 - #parent_user_id : String | Nil
 - #parent_user_id=(parent_user_id : String | Nil)
 - #private_channel?
 - #public_channel?
 - #team : String
 - #team=(team : String)
 - #text : String
 - #text=(text : String)
 - #thread?
 - #thread_ts : String | Nil
 - #thread_ts=(thread_ts : String | Nil)
 - #ts : String | Nil
 - #ts=(ts : String | Nil)
 - #user : String
 - #user=(user : String)