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