bots.RequestedButton#

class pyrogram.raw.base.bots.RequestedButton#

Contains the Mini App request ID generated when a bot prepares a peer request button, see here for more info.

Users can interact with your bot via buttons or even inline buttons, straight from inline messages in any chat.

Constructors:

This base type has 1 constructor available.

bots.RequestedButton

Contains the request ID a bot should pass to a Mini App after preparing a peer request button with bots.requestWebViewButton, see here for more info.

Functions:

This object can be returned by 1 function.

bots.RequestWebViewButton

Bots may use this method to prepare a peer request button for a Mini App, see here for more info.