Available types

MessageOriginChat

The message was originally sent on behalf of a chat to a group chat.

fields

fieldtyperequireddescription
typestringrequiredType of the message origin, always “chat”
datenumberrequiredDate the message was sent originally in Unix time
sender_chatChatrequiredChat that sent the message originally
author_signaturestringoptionalOptional. For messages originally sent by an anonymous chat administrator, original message author signature

import

types.ts
import type { MessageOriginChat } from "@yaebal/types";

used by

types