Package org.drinkless.tdlib
Class TdApi.MessageForwardOriginMessageImport
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageForwardOrigin
-
- org.drinkless.tdlib.TdApi.MessageForwardOriginMessageImport
-
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginMessageImport extends TdApi.MessageForwardOrigin
The message was imported from an exported message history.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringsenderNameName of the sender.
-
Constructor Summary
Constructors Constructor Description MessageForwardOriginMessageImport()The message was imported from an exported message history.MessageForwardOriginMessageImport(String senderName)The message was imported from an exported message history.
-
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
-
senderName
public String senderName
Name of the sender.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageForwardOriginMessageImport
public MessageForwardOriginMessageImport()
The message was imported from an exported message history.
-
MessageForwardOriginMessageImport
public MessageForwardOriginMessageImport(String senderName)
The message was imported from an exported message history.- Parameters:
senderName- Name of the sender.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-