Raw.help.DeepLinkInfo

Raw.help.DeepLinkInfo

Deep link info, see the here for more details

help.deepLinkInfo#6a4ee832 flags:# update_app:flags.0?true message:string entities:flags.1?Vector<MessageEntity> = help.DeepLinkInfo;
export namespace Raw {
  export namespace help {
    export class DeepLinkInfo {
      constructor(params: {
        updateApp?: boolean;
        message: string;
        entities?: Array<Raw.TypeMessageEntity>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x6a4ee832

Property