|
Telebot 9.4
Library for Telegram bot API
|
Describes a Telegram Star transaction. More...
#include <telebot-types.h>
Public Attributes | |
| char * | id |
| int | amount |
| int | nanostar_amount |
| long | date |
| struct telebot_transaction_partner * | source |
| struct telebot_transaction_partner * | receiver |
Describes a Telegram Star transaction.
| int telebot_star_transaction::amount |
Integer amount of Telegram Stars transferred by the transaction
| long telebot_star_transaction::date |
Date the transaction was created in Unix time
| char* telebot_star_transaction::id |
Unique identifier of the transaction.
| int telebot_star_transaction::nanostar_amount |
Optional. The number of 1/1000000000 shares of Telegram Stars
| struct telebot_transaction_partner* telebot_star_transaction::receiver |
Optional. Receiver of an outgoing transaction
| struct telebot_transaction_partner* telebot_star_transaction::source |
Optional. Source of an incoming transaction