InlineBotSwitchPM
- class pyrogram.raw.base.InlineBotSwitchPM
The bot requested the user to message them in private
- Constructors:
This base type has 1 constructor available.
The bot requested the user to message them in private
TL Schema
inlineBotSwitchPM#3c20629f
text:string
start_param:string
= InlineBotSwitchPM
Parameter Tree
InlineBotSwitchPM
├── text →
string└── start_param →
stringExample
InlineBotSwitchPM(
text="Open",
start_param="text",
)