Package org.drinkless.tdlib
Class TdApi.SuggestedPostPriceTon
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SuggestedPostPrice
org.drinkless.tdlib.TdApi.SuggestedPostPriceTon
- Enclosing class:
- TdApi
Describes price of a suggested post in Toncoins.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
The amount of 1/100 of Toncoin agreed to pay for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max"). -
Constructor Summary
ConstructorsConstructorDescriptionDescribes price of a suggested post in Toncoins.SuggestedPostPriceTon
(long toncoinCentCount) Describes price of a suggested post in Toncoins. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
toncoinCentCount
public long toncoinCentCountThe amount of 1/100 of Toncoin agreed to pay for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max"). -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SuggestedPostPriceTon
public SuggestedPostPriceTon()Describes price of a suggested post in Toncoins. -
SuggestedPostPriceTon
public SuggestedPostPriceTon(long toncoinCentCount) Describes price of a suggested post in Toncoins.- Parameters:
toncoinCentCount
- The amount of 1/100 of Toncoin agreed to pay for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max").
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-