class Slack::Event::LinkSharedEvent

Defined in:

slack-api/event/link-shared.cr

Constructors

Instance Method Summary

Instance methods inherited from class Slack::Event::TypeBase

event_ts : String | Nil event_ts, event_ts=(event_ts : String | Nil) event_ts=, ts : String | Nil ts, ts=(ts : String | Nil) ts=, type : String type, type=(type : String) type=

Constructor methods inherited from class Slack::Event::TypeBase

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def links : Array(LinkInfo) | Nil #

[View source]
def links=(links : Array(LinkInfo) | Nil) #

[View source]
def message_ts : String | Nil #

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

[View source]
def thread_ts : String | Nil #

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

[View source]
def user : String #

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

[View source]