Interface ChatEventLinkedChatChanged

The linked chat of a supergroup was changed. Subtype of ChatEventAction.

interface ChatEventLinkedChatChanged {
    @type: "chatEventLinkedChatChanged";
    new_linked_chat_id: number;
    old_linked_chat_id: number;
}

Properties

@type: "chatEventLinkedChatChanged"
new_linked_chat_id: number

New supergroup linked chat identifier.

old_linked_chat_id: number

Previous supergroup linked chat identifier.