Package org.drinkless.tdlib
Class TdApi.UpdateMessageSuggestedPostInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageSuggestedPostInfo
- Enclosing class:
- TdApi
Information about suggested post of a message was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Chat identifier.static final int
Identifier uniquely determining type of the object.long
Message identifier.The new information about the suggested post. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about suggested post of a message was changed.UpdateMessageSuggestedPostInfo
(long chatId, long messageId, TdApi.SuggestedPostInfo suggestedPostInfo) Information about suggested post of a message was changed. -
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 chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
suggestedPostInfo
The new information about the suggested post. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageSuggestedPostInfo
public UpdateMessageSuggestedPostInfo()Information about suggested post of a message was changed. -
UpdateMessageSuggestedPostInfo
public UpdateMessageSuggestedPostInfo(long chatId, long messageId, TdApi.SuggestedPostInfo suggestedPostInfo) Information about suggested post of a message was changed.- Parameters:
chatId
- Chat identifier.messageId
- Message identifier.suggestedPostInfo
- The new information about the suggested 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
-