Skip to main content

searchResultsCalendarPeriod

Information about found messages sent on a specific day, used to split the messages in messages.searchResultsCalendar constructors by days. Multiple searchResultsCalendarPeriod constructors are returned in messages searchResultsCalendar, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day.

type tg.SearchResultsCalendarPeriod struct { /* ... */ }

Fields

NameTypeRequiredDescription
DateintyesThe day this object is referring to.
MinMsgIDintyesFirst message ID that was sent on this day.
MaxMsgIDintyesLast message ID that was sent on this day.
CountintyesAll messages that were sent on this day.

References