Raw.MessageActionWebViewDataSentMe

Raw.MessageActionWebViewDataSentMe

Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message).

messageActionWebViewDataSentMe#47dd8079 text:string data:string = MessageAction;
export namespace Raw {
  export class MessageActionWebViewDataSentMe {
    constructor(params: { text: string; data: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x47dd8079

Property

  • text : string

    Text of the keyboardbuttonsimplewebview that was pressed to open the web app.

  • data : string

    Relayed data.