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