Documentation - v0.27.1
    Preparing search index...

    Interface ActionChatMigrateTo

    Chat was migrated to a supergroup with a given ID

    interface ActionChatMigrateTo {
        id: number;
        type: "chat_migrate_to";
    }
    Index

    Properties

    Properties

    id: number

    Marked ID of the supergroup chat was migrated to

    type: "chat_migrate_to"