JoinChatBotResultWebView

class pyrogram.raw.types.JoinChatBotResultWebView

Telegram API type.

Constructor of JoinChatBotResult.

Details:
  • Layer: 227

  • ID: D6E3B813

Parameters:

url (str) – N/A

TL Schema

joinChatBotResultWebView#d6e3b813
url:string

= JoinChatBotResult

Parameter Tree

JoinChatBotResultWebView
└── urlstring

Example

JoinChatBotResultWebView(
    url="https://google.com",
)