Package it.tdlight.jni
Class TdApi.ViewMessages
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ViewMessages
- Enclosing class:
- TdApi
public static class TdApi.ViewMessages extends TdApi.Function
Informs TDLib that messages are being
viewed by the user. Many useful
activities depend on whether the
messages are currently being viewed
or not (e.g., marking messages as
read, incrementing a view counter,
updating a view counter, removing
deleted messages in supergroups and channels).
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
boolean
forceRead
True, if messages in closed chats should be marked as read by the request.long[]
messageIds
The identifiers of the messages being viewed.long
messageThreadId
If not 0, a message thread identifier in which the messages are being viewed. -
Constructor Summary
Constructors Constructor Description ViewMessages()
Informs TDLib that messages are being viewed by the user.ViewMessages(long chatId, long messageThreadId, long[] messageIds, boolean forceRead)
Informs TDLib that messages are being viewed by the user.ViewMessages(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageThreadId
public long messageThreadIdIf not 0, a message thread identifier in which the messages are being viewed. -
messageIds
public long[] messageIdsThe identifiers of the messages being viewed. -
forceRead
public boolean forceReadTrue, if messages in closed chats should be marked as read by the request. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ViewMessages
public ViewMessages()Informs TDLib that messages are being viewed by the user. Many useful activities depend on whether the messages are currently being viewed or not (e.g., marking messages as read, incrementing a view counter, updating a view counter, removing deleted messages in supergroups and channels).Returns
Ok
-
ViewMessages
public ViewMessages(long chatId, long messageThreadId, long[] messageIds, boolean forceRead)Informs TDLib that messages are being viewed by the user. Many useful activities depend on whether the messages are currently being viewed or not (e.g., marking messages as read, incrementing a view counter, updating a view counter, removing deleted messages in supergroups and channels).Returns
Ok
- Parameters:
chatId
- long Chat identifier.messageThreadId
- long If not 0, a message thread identifier in which the messages are being viewed.messageIds
- long[] The identifiers of the messages being viewed.forceRead
- boolean True, if messages in closed chats should be marked as read by the request.
-
ViewMessages
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-