Interface ChatActionLinkedChatChanged

Linked chat has been changed

interface ChatActionLinkedChatChanged {
    new: number;
    old: number;
    type: "linked_chat_changed";
}

Properties

Properties

new: number

ID of the new linked chat

old: number

ID of the old linked chat

type: "linked_chat_changed"