Package org.drinkless.tdlib
Class TdApi.MessageSuggestedPostDeclined
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageSuggestedPostDeclined
- Enclosing class:
- TdApi
A suggested post was declined.
-
Field Summary
FieldsModifier and TypeFieldDescriptionComment added by administrator of the channel when the post was declined.static final int
Identifier uniquely determining type of the object.long
Identifier of the message with the suggested post; can be 0 if the message was deleted. -
Constructor Summary
ConstructorsConstructorDescriptionA suggested post was declined.MessageSuggestedPostDeclined
(long suggestedPostMessageId, String comment) A suggested post was declined. -
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. -
comment
Comment added by administrator of the channel when the post was declined. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageSuggestedPostDeclined
public MessageSuggestedPostDeclined()A suggested post was declined. -
MessageSuggestedPostDeclined
A suggested post was declined.- Parameters:
suggestedPostMessageId
- Identifier of the message with the suggested post; can be 0 if the message was deleted.comment
- Comment added by administrator of the channel when the post was declined.
-
-
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
-