UpdateChatIsTranslatable constructor
const
UpdateChatIsTranslatable({})
Translation of chat messages was enabled or disabled
Implementation
const UpdateChatIsTranslatable({
required this.chatId,
required this.isTranslatable,
this.extra,
this.clientId,
});