List of all members | Public Fields | Public Instance Methods | Static Public Attributes
starTransactionTypePaidMessageReceive Class Referencefinal

Inherits StarTransactionType.

Description

The transaction is a receiving of a paid message; for regular users, supergroup and channel chats only.

Public Fields

object_ptr< MessageSendersender_id_
 Identifier of the sender of the message.
 
int32 message_count_
 Number of received paid messages.
 
int32 commission_per_mille_
 The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message sending.
 
object_ptr< starAmountcommission_star_amount_
 The amount of Telegram Stars that were received by Telegram; can be negative for refunds.
 

Public Instance Methods

 starTransactionTypePaidMessageReceive ()
 
 starTransactionTypePaidMessageReceive (object_ptr< MessageSender > &&sender_id_, int32 message_count_, int32 commission_per_mille_, object_ptr< starAmount > &&commission_star_amount_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -676839994
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ starTransactionTypePaidMessageReceive() [1/2]

The transaction is a receiving of a paid message; for regular users, supergroup and channel chats only.

◆ starTransactionTypePaidMessageReceive() [2/2]

starTransactionTypePaidMessageReceive ( object_ptr< MessageSender > &&  sender_id_,
int32  message_count_,
int32  commission_per_mille_,
object_ptr< starAmount > &&  commission_star_amount_ 
)

The transaction is a receiving of a paid message; for regular users, supergroup and channel chats only.

Parameters
[in]sender_id_Identifier of the sender of the message.
[in]message_count_Number of received paid messages.
[in]commission_per_mille_The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message sending.
[in]commission_star_amount_The amount of Telegram Stars that were received by Telegram; can be negative for refunds.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


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