ChatEventLinkedChatChanged.fromJson constructor
Parse from a json
Implementation
factory ChatEventLinkedChatChanged.fromJson(Map<String, dynamic> json) =>
ChatEventLinkedChatChanged(
oldLinkedChatId: json['old_linked_chat_id'],
newLinkedChatId: json['new_linked_chat_id'],
);