ChatMemberStatusBanned constructor

ChatMemberStatusBanned(
  1. {required int banned_until_date,
  2. int? extra,
  3. int? clientId}
)

The user or the chat was banned (and hence is not a member of the chat). Implies the user can't return to the chat, view messages, or be used as a participant identifier to join a video chat of the chat

Implementation

ChatMemberStatusBanned