We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StateKey was designed for StateStorage (Stateful now) and now should be slightly modified:
StateKey
StateStorage
Stateful
StatefulKey
guid
If guid is not specified, key should be generated the following way:
platformtype_platformid
For example:
cli_1
or
telegram_31337
StatefulKey can be used for actions (have guids), users (don't have guids), commands (may have guids).
The text was updated successfully, but these errors were encountered:
#37 Rename StateKey to StatefulKey
59885cc
#37 Make stateful key guid optional
b2d7cd7
Merge pull request #40 from ro31337/37-statekey-to-statefulkey
9cd734a
#37 StateKey to StatefulKey
No branches or pull requests
StateKey
was designed forStateStorage
(Stateful
now) and now should be slightly modified:StatefulKey
guid
should be optionalIf
guid
is not specified, key should be generated the following way:For example:
or
StatefulKey
can be used for actions (have guids), users (don't have guids), commands (may have guids).The text was updated successfully, but these errors were encountered: