Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/types/4_message.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.157/types/4_message.ts";

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

Properties

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