Skip to content

GramIO API Reference / gramio/dist / TelegramMessageOriginChat

Interface: TelegramMessageOriginChat

Defined in: @gramio/types/out/objects.d.ts:1273

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

Documentation

Properties

PropertyTypeDescriptionDefined in
author_signature?stringOptional. For messages originally sent by an anonymous chat administrator, original message author signature@gramio/types/out/objects.d.ts:1289
datenumberDate the message was sent originally in Unix time@gramio/types/out/objects.d.ts:1281
sender_chatTelegramChatChat that sent the message originally@gramio/types/out/objects.d.ts:1285
type"chat"Type of the message origin, always “chat”@gramio/types/out/objects.d.ts:1277