mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
957 B
957 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.businessChatLinks | account.businessChatLinks attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_businessChatLinks.html |
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]];