ExGram.Model.BotCommandScopeChatMember (ex_gram v0.55.1)

View Source

Represents the scope of bot commands, covering a specific member of a group or supergroup chat.

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

Summary

Types

t()

@type t() :: %ExGram.Model.BotCommandScopeChatMember{
  chat_id: integer() | String.t(),
  type: String.t(),
  user_id: integer()
}

Functions

decode_as()