import { client } from "https://deno.land/x/grm@0.6.0/src/mod.ts";
const { getMe } = client.users;
Parameters
client: AbstractTelegramClient
Returns
Promise<Api.InputPeerUser | Api.User>
import { client } from "https://deno.land/x/grm@0.6.0/src/mod.ts";
const { getMe } = client.users;