Skip to content

GramIO API Reference / gramio/dist / TelegramMessageOriginChannel

Interface: TelegramMessageOriginChannel

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

The message was originally sent to a channel chat.

Documentation

Properties

PropertyTypeDescriptionDefined in
author_signature?stringOptional. Signature of the original post author@gramio/types/out/objects.d.ts:1345
chatTelegramChatChannel chat to which the message was originally sent@gramio/types/out/objects.d.ts:1337
datenumberDate the message was sent originally in Unix time@gramio/types/out/objects.d.ts:1333
message_idnumberUnique message identifier inside the chat@gramio/types/out/objects.d.ts:1341
type"channel"Type of the message origin, always “channel”@gramio/types/out/objects.d.ts:1329