Documentation - v0.27.1
    Preparing search index...

    Interface ActionChannelMigrateFrom

    Supergroup was migrated from a chat with a given ID

    interface ActionChannelMigrateFrom {
        id: number;
        title: string;
        type: "channel_migrate_from";
    }
    Index

    Properties

    Properties

    id: number

    Marked ID of the chat this channel was migrated from

    title: string

    Old chat's title

    type: "channel_migrate_from"