class Slack::Response::PinnedItem
- Slack::Response::PinnedItem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/pins/list.crConstructors
Instance Method Summary
- #channel : String | Nil
- #channel=(channel : String | Nil)
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #created : Int32
- #created=(created : Int32)
- #created_by : String | Nil
- #created_by=(created_by : String | Nil)
- #file : File | Nil
- #file=(file : File | Nil)
- #message : Message | Nil
- #message=(message : Message | Nil)
- #type : String
- #type=(type : String)