Home
last modified time | relevance | path

Searched refs:anyone_can_invite (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md549 …- Removed the field `anyone_can_invite` from the `supergroup` class in favor of the field `permiss…
553 …- Renamed the field `anyone_can_invite` to `can_invite_users` in the class `chatEventInvitesToggle…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp3983 bool anyone_can_invite; in parse() local
3993 PARSE_FLAG(anyone_can_invite); in parse()
4057 … RestrictedRights(true, true, true, true, true, true, true, true, false, anyone_can_invite, false); in parse()