Constructor: account.businessChatLinks
Attributes:
Name | Type | Required |
---|---|---|
links | Array of BusinessChatLink | Yes |
chats | Array of Chat | Yes |
users | Array of User | Yes |
Type: account.BusinessChatLinks
Example:
$account_businessChatLinks = ['_' => 'account.businessChatLinks', 'links' => [BusinessChatLink, BusinessChatLink], 'chats' => [Chat, Chat], 'users' => [User, User]];