account.AcceptAuthorization#
- class pyrogram.raw.functions.account.AcceptAuthorization#
Sends a Telegram Passport authorization form, effectively sharing data with the service
- Details:
Layer:
198
ID:
F3ED4C73
- Parameters:
bot_id (
int
64-bit
) – Bot IDscope (
str
) – Telegram Passport element types requested by the servicepublic_key (
str
) – Service’s public keyvalue_hashes (List of
SecureValueHash
) – Types of values sent and their hashescredentials (
SecureCredentialsEncrypted
) – Encrypted values
- Returns:
bool