Raw.messages.GetPreparedInlineMessage

Raw.messages.GetPreparedInlineMessage

Obtain a prepared inline message generated by a mini app: invoked when handling webAppSendPreparedMessage events

messages.getPreparedInlineMessage#857ebdb8 bot:InputUser id:string = messages.PreparedInlineMessage;
export namespace Raw {
  export namespace messages {
    export class GetPreparedInlineMessage {
      constructor(params: { bot: Raw.TypeInputUser; id: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0x857ebdb8

Property

  • bot : Raw.TypeInputUser

    The bot that owns the mini app that emitted the webAppSendPreparedMessage event

  • id : string

    The id from the webAppSendPreparedMessage event

Results

Raw.messages.TypePreparedInlineMessage