Package org.drinkless.tdlib
Class TdApi.StarTransactionTypePaidMessageSend
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypePaidMessageSend
- Enclosing class:
- TdApi
The transaction is a sending of a paid message; for regular users only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the chat that received the payment.static final int
Identifier uniquely determining type of the object.int
Number of sent paid messages. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a sending of a paid message; for regular users only.StarTransactionTypePaidMessageSend
(long chatId, int messageCount) The transaction is a sending of a paid message; 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 chat that received the payment. -
messageCount
public int messageCountNumber of sent paid messages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionTypePaidMessageSend
public StarTransactionTypePaidMessageSend()The transaction is a sending of a paid message; for regular users only. -
StarTransactionTypePaidMessageSend
public StarTransactionTypePaidMessageSend(long chatId, int messageCount) The transaction is a sending of a paid message; for regular users only.- Parameters:
chatId
- Identifier of the chat that received the payment.messageCount
- Number of sent paid messages.
-
-
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
-