class Slack::API::Channel
- Slack::API::Channel
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack/api/channel.crConstructors
Instance Method Summary
- #created : Int64
- #created=(created : Int64)
- #creator : String
- #creator=(creator : String)
- #id : String
- #id=(id : String)
- #is_archived : Bool
- #is_archived=(is_archived : Bool)
- #is_member : Bool
- #is_member=(is_member : Bool)
- #name : String
- #name=(name : String)
- #num_members : Int32 | Nil
- #num_members=(num_members : Int32 | Nil)
- #purpose : Topic
- #purpose=(purpose : Topic)
- #topic : Topic
- #topic=(topic : Topic)