import { type C } from "https://deno.land/x/mtkruto@0.6.2/client/1_types.ts";
Properties
storage: StorageOperations
messageStorage: StorageOperations
setConnectionState: (connectionState: ConnectionState) => void
getInputPeer: (id: ID) => Promise<Api.InputPeer>
getInputChannel: (id: ID) => Promise<Api.inputChannel | Api.inputChannelFromMessage>
getInputUser: (id: ID) => Promise<Api.inputUser | Api.inputUserFromMessage>
getEntity: EntityGetter
handleUpdate: (update: Update) => void
parseMode: ParseMode
invoke: Invoke