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.

InlineBotWebView

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
├── textstring
└── urlstring

Example

InlineBotWebView(
    text="Open",
    url="https://google.com",
)