InlineBotSwitchPM

class pyrogram.raw.base.InlineBotSwitchPM

The bot requested the user to message them in private

Constructors:

This base type has 1 constructor available.

InlineBotSwitchPM

The bot requested the user to message them in private

TL Schema

inlineBotSwitchPM#3c20629f
text:string
start_param:string

= InlineBotSwitchPM

Parameter Tree

InlineBotSwitchPM
├── textstring
└── start_paramstring

Example

InlineBotSwitchPM(
    text="Open",
    start_param="text",
)