UpdateChatIsBlocked constructor
const
UpdateChatIsBlocked({})
A chat was blocked or unblocked
Implementation
const UpdateChatIsBlocked({
required this.chatId,
required this.isBlocked,
this.extra,
this.clientId,
});