View Source Telegex.Type.ChatMemberBanned (Telegex v1.1.0)

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()
}