Raw.SearchResultsCalendarPeriod

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

Property

  • date : number

    The day this object is referring to.

  • minMsgId : number

    First message id that was sent on this day.

  • maxMsgId : number

    Last message id that was sent on this day.

  • count : number

    All messages that were sent on this day.