Package org.drinkless.tdlib
Class TdApi.UpdateNewMessage
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateNewMessage
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateNewMessage extends TdApi.Update
A new message was received; can also be an outgoing message.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessagemessageThe new message.
-
Constructor Summary
Constructors Constructor Description UpdateNewMessage()A new message was received; can also be an outgoing message.UpdateNewMessage(TdApi.Message message)A new message was received; can also be an outgoing message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
message
public TdApi.Message message
The new message.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateNewMessage
public UpdateNewMessage()
A new message was received; can also be an outgoing message.
-
UpdateNewMessage
public UpdateNewMessage(TdApi.Message message)
A new message was received; can also be an outgoing message.- Parameters:
message- The new message.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-