Skip to main content
Module

x/grammy_conversations/deps.deno.ts>MessageOriginChannel

Conversational interfaces for grammY.
Latest
interface MessageOriginChannel
import { type MessageOriginChannel } from "https://deno.land/x/grammy_conversations@v1.2.0/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

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