Skip to main content
Module

x/grammy/types.ts>MessageOriginChannel

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