Skip to main content
Module

x/grammy/types.web.ts>MessageOriginUser

The Telegram Bot Framework.
Very Popular
Go to Latest
interface MessageOriginUser
import { type MessageOriginUser } from "https://deno.land/x/grammy@v1.21.2/types.web.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