Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>MessageOriginChannel

Hydration plugin for API calls and context objects.
Latest
interface MessageOriginChannel
import { type MessageOriginChannel } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

The message was originally sent to a channel chat.

Properties

type: "channel"

Type of the message origin, always “channel”

date: number

Date the message was sent originally in Unix time

Channel chat to which the message was originally sent

message_id: number

Unique message identifier inside the chat

optional
author_signature: string

Signature of the original post author