owpengram-server/cmd/telesrv-admin
Egor Egorov fff8de783a
feat: add NFT usernames and bot verification (#22)
Implements collectible usernames, official verification workflows, and third-party bot verification after maintainer protocol and migration review.

The composite activity/moderation rating remains an admin-only read model; Telegram Stars Rating wire fields stay unset pending a dedicated official-semantics implementation.

Reviewed-Head: 2796345775ea0f908fb7734601e5e1dee4b653b9
Original-Head: fa082b892fd5180c9c9bc53c81c21cf5d250a75b

Co-authored-by: Egor Egorov <business.egor.sg@gmail.com>
2026-07-28 01:18:00 +08:00
..
web feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
botverification.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
botverification_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
main.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
readstore.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
readstore_accounts_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
readstore_botverification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
readstore_verification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
security.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
server.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
session.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
session_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
verification.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
verification_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00