View Source Telegex.Type.ChatMemberBanned (Telegex v1.0.0-rc.4)
Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.ChatMemberBanned{ status: String.t(), until_date: integer(), user: Telegex.Type.User.t() }