Raw.account.CreateBusinessChatLink
Create a business chat deep link.
account.createBusinessChatLink#8851e68e link:InputBusinessChatLink = BusinessChatLink;
export namespace Raw {
export namespace account {
export class CreateBusinessChatLink {
constructor(params: { link: Raw.TypeInputBusinessChatLink }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x8851e68e
Property
link
: Raw.TypeInputBusinessChatLinkInfo about the link to create.