Skip to content

GramIO API Reference / gramio/dist / TelegramMessageOriginHiddenUser

Interface: TelegramMessageOriginHiddenUser

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

The message was originally sent by an unknown user.

Documentation

Properties

PropertyTypeDescriptionDefined in
datenumberDate the message was sent originally in Unix time@gramio/types/out/objects.d.ts:1261
sender_user_namestringName of the user that sent the message originally@gramio/types/out/objects.d.ts:1265
type"hidden_user"Type of the message origin, always “hidden_user”@gramio/types/out/objects.d.ts:1257