ChatEventLinkedChatChanged constructor

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

Implementation

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