Closed wowka1319 closed 1 year ago
Now channels can have multiple usernames at the same time?
Yes.
They are in active_usernames?
Yes.
Or only the first username in active_usernames works?
All usernames are equal.
Otherwise what does primary username mean?
It is the first active username. It is used whenever only one active username is needed.
What does editable_username mean? How it works?
Editable username is the only username, which can be changed through Telegram Apps. All other usernames must be bought and linked at https://fragment.com.
For public supergroups usernames
is not null always?
Yes.
Upgraded the lib to the last master commit (1.8.12) and noticed a change:
Supergroup.username = string
toSupergroup.usernames = active_usernames:vector<string>, disabled_usernames:vector<string>, editable_username:string
.active_usernames
? Or only the first username inactive_usernames
works? Otherwise what does primary username mean?editable_username
mean? How it works?