View Source Telegex.Type.WriteAccessAllowed (Telegex v1.8.0)

This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess.

Summary

Types

@type t() :: %Telegex.Type.WriteAccessAllowed{
  from_attachment_menu: boolean() | nil,
  from_request: boolean() | nil,
  web_app_name: String.t() | nil
}