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

x/grammy_types/mod.ts>MessageOriginHiddenUser

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface MessageOriginHiddenUser
import { type MessageOriginHiddenUser } from "https://deno.land/x/grammy_types@v3.7.0/mod.ts";

The message was originally sent by an unknown user.

Properties

type: "hidden_user"

Type of the message origin, always “hidden_user”

date: number

Date the message was sent originally in Unix time

sender_user_name: string

Name of the user that sent the message originally