Skip to content

GramIO API Reference / gramio/dist / TelegramMessageOriginUser

Interface: TelegramMessageOriginUser

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

The message was originally sent by a known user.

Documentation

Properties

PropertyTypeDescriptionDefined in
datenumberDate the message was sent originally in Unix time@gramio/types/out/objects.d.ts:1241
sender_userTelegramUserUser that sent the message originally@gramio/types/out/objects.d.ts:1245
type"user"Type of the message origin, always “user”@gramio/types/out/objects.d.ts:1237