Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/src/client/mod.ts>users.getEntity

MTProto API Client for Deno 🦕
Go to Latest
function users.getEntity
import { users } from "https://deno.land/x/grm@v0.3.1/src/client/mod.ts";
const { getEntity } = users;

Parameters

entity: Api.TypeEntityLike | Api.TypeEntityLike[]

Returns

Promise<Api.TypeEntity | Api.TypeEntity[]>