View Source ExGram.Model.BotCommand (ex_gram v0.52.1)

This object represents a bot command.

Check the documentation of this model in https://core.telegram.org/bots/api#botcommand

Summary

Types

@type t() :: %ExGram.Model.BotCommand{command: String.t(), description: String.t()}

Functions