Telegex
v1.0.0-rc.5
  • Pages
  • Modules
  • Mix Tasks

    View Source Telegex.Type.BotCommandScope (Telegex v1.0.0-rc.5)

    This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      Telegex.Type.BotCommandScopeDefault.t()
      | Telegex.Type.BotCommandScopeAllPrivateChats.t()
      | Telegex.Type.BotCommandScopeAllGroupChats.t()
      | Telegex.Type.BotCommandScopeAllChatAdministrators.t()
      | Telegex.Type.BotCommandScopeChat.t()
      | Telegex.Type.BotCommandScopeChatAdministrators.t()
      | Telegex.Type.BotCommandScopeChatMember.t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language