lily_website

๐Ÿ“œ Constants

โฌ…๏ธ Back ๐Ÿ  Docs Root

This module defines global constants and โ€œmagic stringsโ€ used throughout the Telegram bot application, primarily for keys used in the FSM (Finite State Machine) context.

KEY_UI_COORDS

KEY_UI_COORDS = "ui_coords"

A string constant representing the key used to store UI coordinates (e.g., message IDs for the main menu and content messages) within the FSM context in Redis. This allows the bot to keep track of and manipulate specific messages in the userโ€™s chat.