PremiumGiftPaymentOption
Object Hierarchy:
Description:
public class PremiumGiftPaymentOption :
Error
Describes an option for gifting Telegram Premium to a user. Use telegramPaymentPurposePremiumGift for out-of-store payments or payments
in Telegram Stars
Content:
Properties:
- public int64 amount { get; set construct; }
The amount to pay, in the smallest units of the currency
- public string currency { get; set construct; }
ISO 4217 currency code for the payment
- public int32 discount_percentage { get; set construct; }
The discount associated with this option, as a percentage
- public int32 month_count { get; set construct; }
Number of months the Telegram Premium subscription will be active
- public int64 star_count { get; set construct; }
The alternative amount of Telegram Stars to pay; 0 if payment in
Telegram Stars is not possible
- public Sticker? sticker { get; set construct; }
A sticker to be shown along with the option; may be null if unknown
- public string store_product_id { get; set construct; }
Identifier of the store product associated with the option
Creation methods:
- public PremiumGiftPaymentOption (string currency, int64 amount, int64 star_count, int32 discount_percentage, int32 month_count, string store_product_id, Sticker? sticker)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref