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