struct Slack::Events::AppMentioned

Defined in:

slack/events/event_types/app_mentioned.cr

Constructors

Instance Method Summary

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 channel : String #

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

[View source]
def user : String #

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

[View source]