Chat invite info
chatInvite#300c44c1 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector<User> = ChatInvite;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
channel | flags.0?true | Whether this is a channel/supergroup or a normal group |
broadcast | flags.1?true | Whether this is a channel |
public | flags.2?true | Whether this is a public channel/supergroup |
megagroup | flags.3?true | Whether this is a supergroup |
request_needed | flags.6?true | Whether the join request » must be first approved by an administrator |
title | string | Chat/supergroup/channel title |
about | flags.5?string | Description of the group of channel |
photo | Photo | Chat/supergroup/channel photo |
participants_count | int | Participant count |
participants | flags.4?Vector<User> | A few of the participants that are in the group |
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.
Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.