PremiumGiveawayPaymentOption
Object Hierarchy:
Description:
public class PremiumGiveawayPaymentOption :
Error
Describes an option for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members. Use
telegramPaymentPurposePremiumGiftCodes or telegramPaymentPurposePremiumGiveaway for out-of-store payments
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 Telegram Premium gift code payment
- public int32 month_count { get; set construct; }
Number of months the Telegram Premium subscription will be active
- public string store_product_id { get; set construct; }
Identifier of the store product associated with the option; may be
empty if none
- public int32 store_product_quantity { get; set construct; }
Number of times the store product must be paid
- public int32 winner_count { get; set construct; }
Number of users which will be able to activate the gift codes
Creation methods:
- public PremiumGiveawayPaymentOption (string currency, int64 amount, int32 winner_count, int32 month_count, string store_product_id, int32 store_product_quantity)
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