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

Inherits InputMessageContent.

Description

A stake dice message.

Public Fields

string state_hash_
 Hash of the stake dice state. The state hash can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState.
 
int53 stake_toncoin_amount_
 The Toncoin amount that will be staked; in the smallest units of the currency. Must be in the range getOption("stake_dice_stake_amount_min")-getOption("stake_dice_stake_amount_max").
 
bool clear_draft_
 True, if the chat message draft must be deleted.
 

Public Instance Methods

 inputMessageStakeDice ()
 
 inputMessageStakeDice (string const &state_hash_, int53 stake_toncoin_amount_, bool clear_draft_)
 
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 = 1946603673
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ inputMessageStakeDice() [1/2]

A stake dice message.

◆ inputMessageStakeDice() [2/2]

inputMessageStakeDice ( string const &  state_hash_,
int53  stake_toncoin_amount_,
bool  clear_draft_ 
)

A stake dice message.

Parameters
[in]state_hash_Hash of the stake dice state. The state hash can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState.
[in]stake_toncoin_amount_The Toncoin amount that will be staked; in the smallest units of the currency. Must be in the range getOption("stake_dice_stake_amount_min")-getOption("stake_dice_stake_amount_max").
[in]clear_draft_True, if the chat message draft must be deleted.

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: