ChatInvite
---types---
chatInvite#5c9d3702 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true verified:flags.7?true scam:flags.8?true fake:flags.9?true can_refulfill_subscription:flags.11?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector<User> color:int subscription_pricing:flags.10?StarsSubscriptionPricing subscription_form_id:flags.12?long bot_verification:flags.13?BotVerification = ChatInvite
Belongs to
This type can be an instance of either:
Members
| title | string | |
| photo | Photo | |
| participants_count | int | |
| color | 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. |
| verified | flag | This argument defaults to None and can be omitted. |
| scam | flag | This argument defaults to None and can be omitted. |
| fake | flag | This argument defaults to None and can be omitted. |
| can_refulfill_subscription | 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. |
| subscription_pricing | StarsSubscriptionPricing | This argument defaults to None and can be omitted. |
| subscription_form_id | long | This argument defaults to None and can be omitted. |
| bot_verification | BotVerification | This argument defaults to None and can be omitted. |