View Source ExGram.Model.ChatMemberBanned (ex_gram v0.54.0)
Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.
Check the documentation of this model in https://core.telegram.org/bots/api#chatmemberbanned
Summary
Types
@type t() :: %ExGram.Model.ChatMemberBanned{ status: String.t(), until_date: integer(), user: ExGram.Model.User.t() }