Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>MessageOriginUser

Hydration plugin for API calls and context objects.
Latest
interface MessageOriginUser
import { type MessageOriginUser } from "https://deno.land/x/grammy_hydrate@v1.4.1/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