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 TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-