Raw.InputBusinessChatLink

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

Property

  • message : string

    Message to pre-fill in the message input field.

  • entities : Array of Raw.TypeMessageEntity or undefined

    Message entities for styled text

  • title : string or undefined

    Human-readable name of the link, to simplify management in the ui (only visible to the creator of the link).