MessagePaymentSuccessful
Object Hierarchy:
Description:
public class MessagePaymentSuccessful :
MessageContent
A payment has been sent to a bot or a business account
Content:
Properties:
- public string currency { get; set construct; }
Currency for the price of the product
- public int64 invoice_chat_id { get; set construct; }
Identifier of the chat, containing the corresponding invoice message
- public int64 invoice_message_id { get; set construct; }
Identifier of the message with the corresponding invoice; can be 0 or
an identifier of a deleted message
- public string invoice_name { get; set construct; }
Name of the invoice; may be empty if unknown
- public bool is_first_recurring { get; set construct; }
True, if this is the first recurring payment
- public bool is_recurring { get; set construct; }
True, if this is a recurring payment
- public int32 subscription_until_date { get; set construct; }
Point in time (Unix timestamp) when the subscription will expire; 0 if
unknown or the payment isn't recurring
- public int64 total_amount { get; set construct; }
Total price for the product, in the smallest units of the currency
Creation methods:
- public MessagePaymentSuccessful (int64 invoice_chat_id, int64 invoice_message_id, string currency, int64 total_amount, int32 subscription_until_date, bool is_recurring, bool is_first_recurring, string invoice_name)
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