🔍 Overview

TelegramUser represents a Telegram user, storing key details (external ID, username, first and last name) along with creation/update timestamps. The Telegram user is created after successful authentication in the Telegram bot.


📑 Fields

FieldTypeDescription
user_external_idintUnique identifier of the user in Telegram
usernamestrTelegram username (nullable, blank)
first_namestrFirst name of the user (nullable, blank)
last_namestrLast name of the user (nullable, blank)
created_atdatetimeTimestamp when the record was created (auto-set)
updated_atdatetimeTimestamp when the record was last updated (auto-updated)