public static class TdApi.MessageViewer extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier of the viewer.
|
int |
viewDate
Approximate point in time (Unix timestamp) when the message was viewed.
|
| Constructor and Description |
|---|
MessageViewer()
Represents a viewer of a message.
|
MessageViewer(long userId,
int viewDate)
Represents a viewer of a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public int viewDate
public static final int CONSTRUCTOR
public MessageViewer()
public MessageViewer(long userId,
int viewDate)
userId - User identifier of the viewer.viewDate - Approximate point in time (Unix timestamp) when the message was viewed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object