MadelineProtoDocs/docs/API_docs/constructors/account.businessChatLinks.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];