Package org.drinkless.tdlib
Class TdApi.MessagePaidMessagesRefunded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePaidMessagesRefunded
- Enclosing class:
- TdApi
Paid messages were refunded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The number of refunded messages.long
The number of refunded Telegram Stars. -
Constructor Summary
ConstructorsConstructorDescriptionPaid messages were refunded.MessagePaidMessagesRefunded
(int messageCount, long starCount) Paid messages were refunded. -
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
-
messageCount
public int messageCountThe number of refunded messages. -
starCount
public long starCountThe number of refunded Telegram Stars. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePaidMessagesRefunded
public MessagePaidMessagesRefunded()Paid messages were refunded. -
MessagePaidMessagesRefunded
public MessagePaidMessagesRefunded(int messageCount, long starCount) Paid messages were refunded.- Parameters:
messageCount
- The number of refunded messages.starCount
- The number of refunded Telegram Stars.
-
-
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
-