🔍 Overview

TelegramUser stores a Telegram profile used by Link Switcher for notifications.

A record is created (or reused) after a user successfully authenticates in the Telegram bot.


📑 Fields

FieldTypeDescription
user_external_idint (BigInteger)Unique Telegram user/chat identifier.
usernamestrTelegram username (nullable).
first_namestrFirst name (nullable).
last_namestrLast name (nullable).
created_atdatetimeTimestamp when the record was created.
updated_atdatetimeTimestamp when the record was last updated.