class Slack::Event::FileCommentInfo
- Slack::Event::FileCommentInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/event/base.crConstructors
Instance Method Summary
- #channel : String
- #channel=(channel : String)
- #comment : String
- #comment=(comment : String)
- #created : Int64
- #created=(created : Int64)
- #id : String
- #id=(id : String)
- #timestamp : Int64
- #timestamp=(timestamp : Int64)
- #user : String
- #user=(user : String)