import { type C } from "https://deno.land/x/mtkruto@0.2.50/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>
getInputUser: (id: ID) => Promise<Api.inputUser>
getEntity: EntityGetter
handleUpdate: (update: Update) => void
parseMode: ParseMode
invoke: Invoke