InlineBotWebView
- class pyrogram.raw.base.InlineBotWebView
Specifies an inline mode mini app button, shown on top of the inline query results list.
- Constructors:
This base type has 1 constructor available.
Specifies an inline mode mini app button, shown on top of the inline query results list.
TL Schema
inlineBotWebView#b57295d5
text:string
url:string
= InlineBotWebView
Parameter Tree
InlineBotWebView
├── text →
string└── url →
stringExample
InlineBotWebView(
text="Open",
url="https://google.com",
)