Interface DisableAllSupergroupUsernames

Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Request type for Tdjson#disableAllSupergroupUsernames.

interface DisableAllSupergroupUsernames {
    @type: "disableAllSupergroupUsernames";
    supergroup_id: number;
}

Properties

Properties

@type: "disableAllSupergroupUsernames"
supergroup_id: number

Identifier of the supergroup or channel.