class Slack::Event::PinEvent

Defined in:

slack-api/event/base.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_id : String #

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

[View source]
def has_pins : Bool | Nil #

[View source]
def has_pins=(has_pins : Bool | Nil) #

[View source]
def item : ItemInfo #

[View source]
def item=(item : ItemInfo) #

[View source]
def user : String | Nil #

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

[View source]