module Slack::ConversationBase

Overview

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

Direct including types

Defined in:

slack/conversations.cr

Instance Method Summary

Instance Method Detail

def id : String #

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

[View source]
def is_archived : Bool #

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

[View source]
def is_frozen : Bool #

Types


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

Types


[View source]
def is_im : Bool #

Conversation between real people or bots


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

Conversation between real people or bots


[View source]
def priority : Int64 | Nil #

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

[View source]