- Enclosing class:
- TdApi
Returns the last message sent in a
chat no later than the specified date.
Returns
Message-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intintPoint in time (Unix timestamp) relative to which to search for messages. -
Constructor Summary
ConstructorsConstructorDescriptionReturns the last message sent in a chat no later than the specified date.GetChatMessageByDate(long chatId, int date) Returns the last message sent in a chat no later than the specified date.GetChatMessageByDate(DataInput input) Returns the last message sent in a chat no later than the specified date. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
date
public int datePoint in time (Unix timestamp) relative to which to search for messages. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatMessageByDate
public GetChatMessageByDate()Returns the last message sent in a chat no later than the specified date. ReturnsMessage -
GetChatMessageByDate
public GetChatMessageByDate(long chatId, int date) Returns the last message sent in a chat no later than the specified date. ReturnsMessage- Parameters:
chatId- long Chat identifier.date- int Point in time (Unix timestamp) relative to which to search for messages.
-
GetChatMessageByDate
Returns the last message sent in a chat no later than the specified date. ReturnsMessage- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-