public static class TdApi.GetChatMessageCalendar extends TdApi.Function
Returns MessageCalendar
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat in which to return information about messages.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SearchMessagesFilter |
filter
Filter for message content.
|
long |
fromMessageId
The message identifier from which to return information about messages; use 0 to get results from the last message.
|
Constructor and Description |
---|
GetChatMessageCalendar()
Default constructor for a function, which returns information about the next messages of the specified type in the chat split by days.
|
GetChatMessageCalendar(long chatId,
TdApi.SearchMessagesFilter filter,
long fromMessageId)
Creates a function, which returns information about the next messages of the specified type in the chat split by days.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public TdApi.SearchMessagesFilter filter
public long fromMessageId
public static final int CONSTRUCTOR
public GetChatMessageCalendar()
Returns MessageCalendar
public GetChatMessageCalendar(long chatId, TdApi.SearchMessagesFilter filter, long fromMessageId)
Returns MessageCalendar
chatId
- Identifier 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
- The message identifier from which to return information about messages; use 0 to get results from the last message.public int getConstructor()
getConstructor
in class TdApi.Function