InputStorePaymentAuthCode¶
- class pyrogram.raw.types.InputStorePaymentAuthCode[source]¶
Indicates payment for a login code.
Constructor of
InputStorePaymentPurpose.- Details:
Layer:
229ID:
3FC18057
- Parameters:
phone_number (
str) – Phone number.phone_code_hash (
str) –phone_code_hashreturned by auth.sendCode.premium_days (
int32-bit) – Duration in days of the Telegram Premium subscription granted by this purchase, as indicated in auth.sentCodePaymentRequired.premium_days.currency (
str) – Three-letter ISO 4217 currency codeamount (
int64-bit) – Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price ofUS$ 1.45passamount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).restore (
bool, optional) – Set this flag to restore a previously made purchase.