class Slack::Request::ChannelsJoinParams

Defined in:

slack-api/request/channels/join.cr

Constructors

Instance Method Summary

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

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new(name : String) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def validate : Bool #

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

[View source]