class Slack::ConversationMeta

Overview

https://api.slack.com/types/conversations

Included Modules

Defined in:

slack/conversations.cr

Constructors

Instance Method Summary

Instance methods inherited from module Slack::ConversationBase

id : String id, id=(id : String) id=, is_archived : Bool is_archived, is_archived=(is_archived : Bool) is_archived=, is_frozen : Bool is_frozen, is_frozen=(is_frozen : Bool) is_frozen=, is_im : Bool is_im, is_im=(is_im : Bool) is_im=, priority : Int64 | Nil priority, priority=(priority : Int64 | Nil) priority=

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def is_channel : Bool #

[View source]
def is_channel=(is_channel : Bool) #

[View source]
def is_group : Bool #

[View source]
def is_group=(is_group : Bool) #

[View source]
def is_mpim : Bool #

Types


[View source]
def is_mpim=(is_mpim : Bool) #

Types


[View source]
def is_shared : Bool #

[View source]
def is_shared=(is_shared : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def name_normalized : String #

[View source]
def name_normalized=(name_normalized : String) #

[View source]
def num_members : Int64 | Nil #

[View source]
def num_members=(num_members : Int64 | Nil) #

[View source]