Constructor: account.businessChatLinks
Contains info about business chat deep links » created by the current account.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| links | Array of BusinessChatLink | Yes | Links |
| chats | Array of Chat | Yes | Mentioned chats |
| users | Array of User | Yes | Mentioned users |
Type: account.BusinessChatLinks
Example:
$account_businessChatLinks = ['_' => 'account.businessChatLinks', 'links' => [BusinessChatLink, BusinessChatLink], 'chats' => [Chat, Chat], 'users' => [User, User]];