public static class TdApi.GetSavedMessagesTopicMessageByDate extends TdApi.Function<TdApi.Message>
Returns Message
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) relative to which to search for messages.
|
long |
savedMessagesTopicId
Identifier of Saved Messages topic which message will be returned.
|
| Constructor and Description |
|---|
GetSavedMessagesTopicMessageByDate()
Default constructor for a function, which returns the last message sent in a Saved Messages topic no later than the specified date.
|
GetSavedMessagesTopicMessageByDate(long savedMessagesTopicId,
int date)
Creates a function, which returns the last message sent in a Saved Messages topic no later than the specified date.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long savedMessagesTopicId
public int date
public static final int CONSTRUCTOR
public GetSavedMessagesTopicMessageByDate()
Returns Message
public GetSavedMessagesTopicMessageByDate(long savedMessagesTopicId,
int date)
Returns Message
savedMessagesTopicId - Identifier of Saved Messages topic which message will be returned.date - Point in time (Unix timestamp) relative to which to search for messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object