Interface SetSupergroupMainProfileTab

Changes the main profile tab of the channel; requires can_change_info administrator right. Request type for Tdjson#setSupergroupMainProfileTab.

interface SetSupergroupMainProfileTab {
    @type: "setSupergroupMainProfileTab";
    main_profile_tab: ProfileTab;
    supergroup_id: number;
}

Properties

@type: "setSupergroupMainProfileTab"
main_profile_tab: ProfileTab

The new value of the main profile tab.

supergroup_id: number

Identifier of the channel.