ToggleChatIsTranslatable constructor

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

Implementation

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