struct Slack::Events::Message::BotMessage
- Slack::Events::Message::BotMessage
 - Slack::Event
 - Struct
 - Value
 - Object
 
Included Modules
Defined in:
slack/events/event_types/message/bot_message.crConstructors
Instance Method Summary
- #app_id : String | Nil
 - #app_id=(app_id : String | Nil)
 - #bot_id : String
 - #bot_id=(bot_id : String)
 - #text : String
 - #text=(text : String)
 - #username : String | Nil
 - #username=(username : String | Nil)