Interface ActionChannelMigrateFrom

Supergroup was migrated from a chat with a given ID

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

Properties

Properties

id: number

Marked ID of the chat this channel was migrated from

title: string

Old chat's title

type: "channel_migrate_from"