ChatInvite
---types---
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
Belongs to
This type can be an instance of either:
Members
title | string | |
photo | Photo | |
participants_count | int | |
channel | flag | This argument defaults to None and can be omitted. |
broadcast | flag | This argument defaults to None and can be omitted. |
public | flag | This argument defaults to None and can be omitted. |
megagroup | flag | This argument defaults to None and can be omitted. |
request_needed | flag | This argument defaults to None and can be omitted. |
about | string | This argument defaults to None and can be omitted. |
participants | User | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |