Interface ReorderSupergroupActiveUsernames

Changes order of active usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Request type for Tdjson#reorderSupergroupActiveUsernames.

interface ReorderSupergroupActiveUsernames {
    @type: "reorderSupergroupActiveUsernames";
    supergroup_id: number;
    usernames: string[];
}

Properties

@type: "reorderSupergroupActiveUsernames"
supergroup_id: number

Identifier of the supergroup or channel.

usernames: string[]

The new order of active usernames. All currently active usernames must be specified.