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