class

Tourmaline::WriteAccessAllowed

Inherits JSON::Serializable / Reference / Object

This object represents a service message about a user allowing a bot to write messages after adding the bot to the attachment menu or launching a Web App from a link.

Constructors

new(web_app_name : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

web_app_name

Optional. Name of the Web App which was launched from a link

Source
web_app_name=(web_app_name : String | Nil)

Optional. Name of the Web App which was launched from a link

Source