class Slack::ConversationMeta
- Slack::ConversationMeta
- Reference
- Object
Overview
https://api.slack.com/types/conversations
Included Modules
- JSON::Serializable
- Slack::ConversationBase
Defined in:
slack/conversations.crConstructors
Instance Method Summary
- #is_channel : Bool
- #is_channel=(is_channel : Bool)
- #is_group : Bool
- #is_group=(is_group : Bool)
-
#is_mpim : Bool
Types
-
#is_mpim=(is_mpim : Bool)
Types
- #is_shared : Bool
- #is_shared=(is_shared : Bool)
- #name : String
- #name=(name : String)
- #name_normalized : String
- #name_normalized=(name_normalized : String)
- #num_members : Int64 | Nil
- #num_members=(num_members : Int64 | Nil)