Package org.drinkless.tdlib
Class TdApi.StarTransactionTypeSuggestedPostPaymentSend
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeSuggestedPostPaymentSend
- Enclosing class:
- TdApi
public static class TdApi.StarTransactionTypeSuggestedPostPaymentSend
extends TdApi.StarTransactionType
The transaction is a payment for a suggested post; for regular users only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the channel chat that posted the post.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a payment for a suggested post; for regular users only.StarTransactionTypeSuggestedPostPaymentSend
(long chatId) The transaction is a payment for a suggested post; for regular users only. -
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
-
chatId
public long chatIdIdentifier of the channel chat that posted the post. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionTypeSuggestedPostPaymentSend
public StarTransactionTypeSuggestedPostPaymentSend()The transaction is a payment for a suggested post; for regular users only. -
StarTransactionTypeSuggestedPostPaymentSend
public StarTransactionTypeSuggestedPostPaymentSend(long chatId) The transaction is a payment for a suggested post; for regular users only.- Parameters:
chatId
- Identifier of the channel chat that posted the post.
-
-
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
-