Raw.InputBusinessChatLink
Contains info about a business chat deep link to be created by the current account.
inputBusinessChatLink#11679fa7 flags:# message:string entities:flags.0?Vector<MessageEntity> title:flags.1?string = InputBusinessChatLink;
export namespace Raw {
export class InputBusinessChatLink {
constructor(params: {
message: string;
entities?: Array<Raw.TypeMessageEntity>;
title?: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x11679fa7