Skip to main content
Module

x/mtkruto/mod.ts>ID

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias ID
Re-export
import { type ID } from "https://deno.land/x/mtkruto@0.1.154/mod.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 the currently authorized account.

definition: number | string | "me"