class Slack::Request::ChatGetPermalinkParams

Defined in:

slack-api/request/chat/get-permalink.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def message_ts : String #

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

[View source]