MessageActionWebViewDataSentMe

class pyrogram.raw.types.MessageActionWebViewDataSentMe

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

Constructor of MessageAction.

Details:
  • Layer: 223

  • ID: 47DD8079

Parameters:
  • text (str) – Text of the keyboardButtonSimpleWebView that was pressed to open the web app.

  • data (str) – Relayed data.

TL Schema

messageActionWebViewDataSentMe#47dd8079
text:string
data:string

= MessageAction

Parameter Tree

MessageActionWebViewDataSentMe
├── textstring
└── datastring

Example

MessageActionWebViewDataSentMe(
    text="Open",
    data="text",
)