method Client.prototype.getInputPeerimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getInputPeer(id: ID): Promise<Api.InputPeer>Get a chat's inputPeer. Useful when calling API functions directly. Parametersid: IDThe identifier of the chat. ReturnsPromise<Api.InputPeer>