ChatEventLinkedChatChanged constructor

const ChatEventLinkedChatChanged({
  1. required int oldLinkedChatId,
  2. required int newLinkedChatId,
})

The linked chat of a supergroup was changed

Implementation

const ChatEventLinkedChatChanged({
  required this.oldLinkedChatId,
  required this.newLinkedChatId,
});