Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key string
Key key.
const ( // CallbackQueryData2 is the key for storing callback query data. // params: handler route, action hash CallbackQueryData2 Key = "callback_query/button_data/%s/%s" )
CallbackQueryData keys.
const ( // CommandRateLimitLock2 is the key for command rate limit lock. // params: command, platform, chat id CommandRateLimitLock2 Key = "rate_limit/manual_recap/command:%s/group/%s/%s" )
const ( // SessionDeleteLaterMessagesForActor1 is the key for deleting later messages for actor. // params: actor id SessionDeleteLaterMessagesForActor1 Key = "session/delete_later_messages_for_actor/%d" // List )
Click to show internal directories.
Click to hide internal directories.