MessageOriginChat
The message was originally sent on behalf of a chat to a group chat.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the message origin, always “chat” |
date | number | required | Date the message was sent originally in Unix time |
sender_chat | Chat | required | Chat that sent the message originally |
author_signature | string | optional | Optional. For messages originally sent by an anonymous chat administrator, original message author signature |
import
import type { MessageOriginChat } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#messageoriginchat