ExGram.Model.ChatMemberBanned (ex_gram v0.34.0) View Source
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
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatMemberBanned{ status: String.t(), until_date: integer(), user: ExGram.Model.User.t() }