class

Slack::Event::Message

Inherits Slack::Event / Reference / Object

Implements https://api.slack.com/events/message

Instance methods

from(person : User | Nil)
Source
mentioned_users
Source
mentions(s : String)
Source
mentions(s : Array(String))
Source
mentions(person : User | Nil)
Source
mentions(users : Array(User))
Source
mentions(*s : String)
Source
mentions(*users : User)
Source
post(text : String)
Source
reply(text : String)
Source

Nested types