class tl.Api.SearchResultsCalendarPeriod
extends VirtualClass<{ date: int; minMsgId: int; maxMsgId: int; count: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { SearchResultsCalendarPeriod } = tl.Api;
Static Methods
fromReader(reader: Reader): SearchResultsCalendarPeriod