Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>MessageOriginUser

Interactive menus for grammY.
Go to Latest
interface MessageOriginUser
import { type MessageOriginUser } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

The message was originally sent by a known user.

Properties

type: "user"

Type of the message origin, always “user”

date: number

Date the message was sent originally in Unix time

sender_user: User

User that sent the message originally