struct Discord::Gateway::ChannelPinsUpdatePayload

Included Modules

Defined in:

discordcr/mappings/gateway.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel_id : Snowflake #

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

[View source]
def last_pin_timestamp : Time? #

[View source]
def last_pin_timestamp=(last_pin_timestamp : Time?) #

[View source]