module Slack::ConversationBase
Overview
https://api.slack.com/types/conversations https://api.slack.com/docs/conversations-api
Direct including types
Defined in:
slack/conversations.crInstance Method Summary
- #id : String
- #id=(id : String)
- #is_archived : Bool
- #is_archived=(is_archived : Bool)
-
#is_frozen : Bool
Types
-
#is_frozen=(is_frozen : Bool)
Types
-
#is_im : Bool
Conversation between real people or bots
-
#is_im=(is_im : Bool)
Conversation between real people or bots
- #priority : Int64 | Nil
- #priority=(priority : Int64 | Nil)