Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionLinkedChatChanged

    Linked chat has been changed

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

    Properties

    Properties

    new: number

    ID of the new linked chat

    old: number

    ID of the old linked chat

    type: "linked_chat_changed"