Chat invite info
chatInvite#dfc2f58e flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true title: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 |
title | string | Chat/supergroup/channel title |
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, groups, and what's the difference between them.