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

x/mtkruto/tl/3_utilities.ts>peerToChatId

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function peerToChatId
import { peerToChatId } from "https://deno.land/x/mtkruto@0.1.190/tl/3_utilities.ts";

Parameters

peer:
| enums.Peer
| enums.InputPeer
| { channel_id: bigint; }
| { user_id: bigint; }
| { chat_id: bigint; }

Returns

number