SetSupergroupUsername constructor
Changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel
Implementation
const SetSupergroupUsername({
required this.supergroupId,
required this.username,
});
Changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel
const SetSupergroupUsername({
required this.supergroupId,
required this.username,
});