Skip to main content
Module

x/mtkruto/mod.ts>peerToChatId

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function peerToChatId
Re-export
import { peerToChatId } from "https://deno.land/x/mtkruto@0.1.154/mod.ts";

Parameters

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