messages.DeclineUrlAuth
- class pyrogram.raw.functions.messages.DeclineUrlAuth
Telegram API function.
- Details:
Layer:
223ID:
35436BBC
- Parameters:
url (
str) – N/A- Returns:
bool
TL Schema
messages.declineUrlAuth#35436bbc
url:string
= Bool
Parameter Tree
DeclineUrlAuth
└── url →
stringExample
await app.invoke(
DeclineUrlAuth(
url="https://google.com",
)
)