Raw.MessageActionWebViewDataSent
Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (user side service message).
messageActionWebViewDataSent#b4c38cb5 text:string = MessageAction;
export namespace Raw {
export class MessageActionWebViewDataSent {
constructor(params: { text: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xb4c38cb5
Property
text
: stringText of the keyboardbuttonsimplewebview that was pressed to open the web app.