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

x/mtkruto/mod.ts>MessageUserShared

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageUserShared
implements _MessageBase
import { type MessageUserShared } from "https://deno.land/x/mtkruto@0.1.147/mod.ts";

A message that is received when a bot account receives a shared user.

Properties

userShared: { requestId: number; userId: number; }