ChatMemberStatusBanned constructor

const ChatMemberStatusBanned({
  1. required int bannedUntilDate,
})

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

const ChatMemberStatusBanned({
  required this.bannedUntilDate,
});