Package org.drinkless.tdlib
Class TdApi.MessageSuggestedPostRefunded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageSuggestedPostRefunded
- Enclosing class:
- TdApi
A suggested post was refunded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Reason of the refund.long
Identifier of the message with the suggested post; can be 0 if the message was deleted. -
Constructor Summary
ConstructorsConstructorDescriptionA suggested post was refunded.MessageSuggestedPostRefunded
(long suggestedPostMessageId, TdApi.SuggestedPostRefundReason reason) A suggested post was 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
-
suggestedPostMessageId
public long suggestedPostMessageIdIdentifier of the message with the suggested post; can be 0 if the message was deleted. -
reason
Reason of the refund. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageSuggestedPostRefunded
public MessageSuggestedPostRefunded()A suggested post was refunded. -
MessageSuggestedPostRefunded
public MessageSuggestedPostRefunded(long suggestedPostMessageId, TdApi.SuggestedPostRefundReason reason) A suggested post was refunded.- Parameters:
suggestedPostMessageId
- Identifier of the message with the suggested post; can be 0 if the message was deleted.reason
- Reason of the refund.
-
-
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
-