MessageActionWebViewDataSent

class pyrogram.raw.types.MessageActionWebViewDataSent

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

Constructor of MessageAction.

Details:
  • Layer: 223

  • ID: B4C38CB5

Parameters:

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

TL Schema

messageActionWebViewDataSent#b4c38cb5
text:string

= MessageAction

Parameter Tree

MessageActionWebViewDataSent
└── textstring

Example

MessageActionWebViewDataSent(
    text="Open",
)