ChatEventLinkedChatChanged constructor

ChatEventLinkedChatChanged({
  1. String? extra,
  2. int? client_id,
  3. int53? old_linked_chat_id,
  4. int53? new_linked_chat_id,
})

Implementation

ChatEventLinkedChatChanged({
  super.extra,
  super.client_id,
  this.old_linked_chat_id,
  this.new_linked_chat_id,
});