Interface SetMainProfileTab

Changes the main profile tab of the current user. Request type for Tdjson#setMainProfileTab.

interface SetMainProfileTab {
    @type: "setMainProfileTab";
    main_profile_tab: ProfileTab;
}

Properties

@type: "setMainProfileTab"
main_profile_tab: ProfileTab

The new value of the main profile tab.