ultra-telegram-framework
    Preparing search index...

    Interface MessageOriginChannel

    The message was originally sent to a channel chat.

    interface MessageOriginChannel {
        author_signature?: string;
        chat: Chat;
        date: number;
        message_id: number;
        type: string;
    }
    Index

    Properties

    author_signature?: string

    Optional. Signature of the original post author

    chat: Chat

    Channel chat to which the message was originally sent

    date: number

    Date the message was sent originally in Unix time

    message_id: number

    Unique message identifier inside the chat

    type: string

    Type of the message origin, always "channel"