Raw.account.BusinessChatLinks
Contains info about business chat deep links created by the current account.
account.businessChatLinks#ec43a2d1 links:Vector<BusinessChatLink> chats:Vector<Chat> users:Vector<User> = account.BusinessChatLinks;
export namespace Raw {
export namespace account {
export class BusinessChatLinks {
constructor(params: {
links: Array<Raw.TypeBusinessChatLink>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xec43a2d1
Property
links
: Array of Raw.TypeBusinessChatLinkLinks
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users