Raw.SearchResultsCalendarPeriod
Information about found messages sent on a specific day, used to split the messages in messages.searchresultscalendar constructors by days.
searchResultsCalendarPeriod#c9b0539f date:int min_msg_id:int max_msg_id:int count:int = SearchResultsCalendarPeriod;
export namespace Raw {
export class SearchResultsCalendarPeriod {
constructor(params: { date: number; minMsgId: number; maxMsgId: number; count: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc9b0539f