class Slack::Request::ConversationsCreateParams

Defined in:

slack-api/request/conversations/create.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Request::ParamsJSON

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(name : String, is_private : Bool, user_ids : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def is_private : Bool #

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

[View source]
def name : String #

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

[View source]
def user_ids : String | Nil #

[View source]
def user_ids=(user_ids : String | Nil) #

[View source]