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

x/mtkruto/3_types.ts>ID

Cross-runtime JavaScript library for building Telegram clients
Latest
type alias ID
Re-export
import { type ID } from "https://deno.land/x/mtkruto@0.2.24/3_types.ts";

The identifier of a channel, a group, or a user (as provided by MTKruto), a username, or a chat link (e.g., https://mtkruto.t.me, https://telegram.me/mtkruto). "me" resolves to current the account.

definition: number | string | "me"