import { client } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { getMessages } = client;
Parameters
client: AbstractTelegramClient
params: Partial<IterMessagesParams>
Returns
Promise<TotalList<Api.Message>>
import { client } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { getMessages } = client;