struct Slack::Events::Message::MessageDeleted

Included Modules

Defined in:

slack/events/event_types/message/message_deleted.cr

Constructors

Instance Method Summary

Instance methods inherited from module Slack::Events::MessageSubtype

channel : String channel, channel=(channel : String) channel=, channel_type : String channel_type, channel_type=(channel_type : String) channel_type=, event_ts : String event_ts, event_ts=(event_ts : String) event_ts=, im? im?, private_channel? private_channel?, public_channel? public_channel?, subtype : String subtype, subtype=(subtype : String) subtype=, thread? thread?, thread_ts : String | Nil thread_ts, thread_ts=(thread_ts : String | Nil) thread_ts=, ts : String ts, ts=(ts : String) ts=

Instance methods inherited from struct Slack::Event

team_id : String | Nil team_id, team_id=(team_id : String | Nil) team_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Slack::Event

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def hidden : Bool #

[View source]
def hidden=(hidden : Bool) #

[View source]
def previous_message : Slack::EventData::MessageSubset | Nil #

[View source]
def previous_message=(previous_message : Slack::EventData::MessageSubset | Nil) #

[View source]