telegram api constructor · layer 229 · #147ee23c

messages.searchResultsCalendar

Information about found messages sent on a specific day

definition

messages.searchResultsCalendar#147ee23c flags:# inexact:flags.0?true count:int min_date:int min_msg_id:int offset_id_offset:flags.1?int periods:Vector<SearchResultsCalendarPeriod> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SearchResultsCalendar;

parameters

nametypedescription
flags#Flags, see TL conditional fields
inexactflags.0?trueIf set, indicates that the results may be inexact
countintTotal number of results matching query
min_dateintStarting timestamp of attached messages
min_msg_idintEnding timestamp of attached messages
offset_id_offsetflags.1?intIndicates the absolute position of messages[0] within the total result set with count count. This is useful, for example, if we need to display a progress/total counter (like photo 134 of 200, for all media in a chat, we could simply use photo ${offset_id_offset} of ${count}.
periodsVector<SearchResultsCalendarPeriod>Used to split the messages by days: multiple SearchResultsCalendarPeriod constructors are returned, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day. This information can be easily used to split the returned messages by day.
messagesVector<Message>Messages
chatsVector<Chat>Mentioned chats
usersVector<User>Mentioned users

type

messages.SearchResultsCalendar

history

present in layers 134–229

idlayers
#147ee23c134–229