class client.message._MessagesIter
extends RequestIter
import { client } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { _MessagesIter } = client.message;
Properties
optional
entity: Api.TypeInputPeerMethods
_init(unnamed 0: MessageIterParams)
_messageInRange(message: CustomMessage)
_updateOffset(lastMessage: CustomMessage, response: any)
[Symbol.asyncIterator](): AsyncIterator<Api.Message, any, undefined>