- Enclosing class:
- TdApi
public static final class TdApi.GetChatMessageCalendar
extends TdApi.Function<TdApi.MessageCalendar>
Returns information about the next
messages of the specified type in the
chat splitted by days. Returns the
results in reverse chronological order.
Can return partial result for the last
returned day. Behavior of this method
depends on the value of the option "utc_time_offset".
Returns MessageCalendar
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat in which to return information about messages.static final int
Filter for message content.long
The message identifier from which to return information about messages; use 0 to get results from the last message. -
Constructor Summary
ConstructorDescriptionReturns information about the next messages of the specified type in the chat splitted by days.GetChatMessageCalendar
(long chatId, TdApi.SearchMessagesFilter filter, long fromMessageId) Returns information about the next messages of the specified type in the chat splitted by days.GetChatMessageCalendar
(DataInput input) Returns information about the next messages of the specified type in the chat splitted by days. -
Method Summary
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 chatIdIdentifier of the chat in which to return information about messages. -
filter
Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention and searchMessagesFilterUnreadMention are unsupported in this function. -
fromMessageId
public long fromMessageIdThe message identifier from which to return information about messages; use 0 to get results from the last message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatMessageCalendar
public GetChatMessageCalendar()Returns information about the next messages of the specified type in the chat splitted by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset".Returns
MessageCalendar
-
GetChatMessageCalendar
Returns information about the next messages of the specified type in the chat splitted by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset".Returns
MessageCalendar
- Parameters:
chatId
- long Identifier of the chat in which to return information about messages.filter
- SearchMessagesFilter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention and searchMessagesFilterUnreadMention are unsupported in this function.fromMessageId
- long The message identifier from which to return information about messages; use 0 to get results from the last message.
-
GetChatMessageCalendar
Returns information about the next messages of the specified type in the chat splitted by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset".Returns
MessageCalendar
- 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()
-