Interface ActionChatMigrateTo

Chat was migrated to a supergroup with a given ID

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

Properties

Properties

id: number

Marked ID of the supergroup chat was migrated to

type: "chat_migrate_to"