help.promoData#8a4d87a flags:# proxy:flags.0?true expires:int peer:flags.3?Peer psa_type:flags.1?string psa_message:flags.2?string pending_suggestions:Vector<string> dismissed_suggestions:Vector<string> custom_pending_suggestion:flags.4?PendingSuggestion chats:Vector<Chat> users:Vector<User> = help.PromoData;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| proxy |
flags.0?true |
|
| expires |
int |
Valid until, unix time. |
| peer |
flags.3?Peer |
The user or chat the request is about. |
| psa_type |
flags.1?string |
|
| psa_message |
flags.2?string |
|
| pending_suggestions |
Vector<string> |
|
| dismissed_suggestions |
Vector<string> |
|
| custom_pending_suggestion |
flags.4?PendingSuggestion |
|
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
help.PromoData
Related pages
Types used here