import { type C } from "https://deno.land/x/mtkruto@0.1.157/client/0_types.ts";
Properties
api: Api
storage: Storage
messageStorage: Storage
setConnectionState: (connectionState: ConnectionState) => void
getInputPeer: (id: ID) => Promise<enums.InputPeer>
getInputChannel: (id: ID) => Promise<types.InputChannel>
getInputUser: (id: ID) => Promise<types.InputUser>
getEntity: EntityGetter
handleUpdate: (update: Update) => void
parseMode: ParseMode