ToggleChatIsTranslatable constructor

const ToggleChatIsTranslatable({
  1. required int chatId,
  2. required bool isTranslatable,
})

Changes the translatable state of a chat; for Telegram Premium users only

Implementation

const ToggleChatIsTranslatable({
  required this.chatId,
  required this.isTranslatable,
});