Package org.drinkless.tdlib
Class TdApi.UpdateMessageContent
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageContent
- Enclosing class:
- TdApi
The message content has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage identifier.New message content. -
Constructor Summary
ConstructorsConstructorDescriptionThe message content has changed.UpdateMessageContent(long chatId, long messageId, TdApi.MessageContent newContent) The message content has 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. -
newContent
New message content. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageContent
public UpdateMessageContent()The message content has changed. -
UpdateMessageContent
The message content has changed.- Parameters:
chatId- Chat identifier.messageId- Message identifier.newContent- New message content.
-
-
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
-