messages.DeclineUrlAuth

class pyrogram.raw.functions.messages.DeclineUrlAuth

Telegram API function.

Details:
  • Layer: 223

  • ID: 35436BBC

Parameters:

url (str) – N/A

Returns:

bool

TL Schema

messages.declineUrlAuth#35436bbc
url:string

= Bool

Parameter Tree

DeclineUrlAuth
└── urlstring

Example

await app.invoke(
    DeclineUrlAuth(
        url="https://google.com",
    )
)