925 B
925 B
title | description | image |
---|---|---|
help.proxyDataPromo | Proxy data promo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.proxyDataPromo
Proxy data promo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
expires | int | Yes | Expires |
peer | Peer | Yes | Peer |
chats | Array of Chat | Yes | Chats |
users | Array of User | Yes | Users |
Type: help_ProxyData
Example:
$help_proxyDataPromo = ['_' => 'help.proxyDataPromo', 'expires' => int, 'peer' => Peer, 'chats' => [Chat, Chat], 'users' => [User, User]];
Or, if you're into Lua:
help_proxyDataPromo={_='help.proxyDataPromo', expires=int, peer=Peer, chats={Chat}, users={User}}