Module

x/grammy_types/message.ts>MessageOriginChannel

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface MessageOriginChannel
import { type MessageOriginChannel } from "https://dotland.deno.dev/x/grammy_types@v3.6.2/message.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

chat: Chat.ChannelChat

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