class Slack::Event::ItemInfo
- Slack::Event::ItemInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/event/base.crConstructors
Instance Method Summary
- #channel : String | Nil
- #channel=(channel : String | Nil)
- #file : String | Nil
- #file=(file : String | Nil)
- #file_comment : String | Nil
- #file_comment=(file_comment : String | Nil)
- #ts : String | Nil
- #ts=(ts : String | Nil)
- #type : String
- #type=(type : String)