Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_star_transaction Struct Reference

Describes a Telegram Star transaction. More...

#include <telebot-types.h>

Public Attributes

char * id
 
int amount
 
int nanostar_amount
 
long date
 
struct telebot_transaction_partnersource
 
struct telebot_transaction_partnerreceiver
 

Detailed Description

Describes a Telegram Star transaction.

Member Data Documentation

◆ amount

int telebot_star_transaction::amount

Integer amount of Telegram Stars transferred by the transaction

◆ date

long telebot_star_transaction::date

Date the transaction was created in Unix time

◆ id

char* telebot_star_transaction::id

Unique identifier of the transaction.

◆ nanostar_amount

int telebot_star_transaction::nanostar_amount

Optional. The number of 1/1000000000 shares of Telegram Stars

◆ receiver

struct telebot_transaction_partner* telebot_star_transaction::receiver

Optional. Receiver of an outgoing transaction

◆ source

struct telebot_transaction_partner* telebot_star_transaction::source

Optional. Source of an incoming transaction


The documentation for this struct was generated from the following file: