class Slack::Request::GroupsRenameParams

Defined in:

slack-api/request/groups/rename.cr

Constructors

Instance Method Summary

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

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(channel : String, name : String) #

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

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def name : String #

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

[View source]
def validate : Bool #

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

[View source]