class Slack::Request::ConversationsMembersParams

Defined in:

slack-api/request/conversations/members.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : String, cursor : Nil | String, limit : Int32) #

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def cursor : String | Nil #

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

[View source]
def limit : Int32 #

[View source]
def limit=(limit : Int32) #

[View source]