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
When running after following Usage instructions, the following error occurs:
Error: required flag(s) "tg-app-hash", "tg-app-id" not set
Apparently, I need to have something like this in config.toml?
config.toml
[tg] app-id = "something" app-hash = "something else"
Nothing in the docs specifies what these values are or where to get them from. Even the example config.toml doesn't include these.
.
latest
Linux
No response
The text was updated successfully, but these errors were encountered:
An old version of the docs specified that these are the API ID and API HASH for your Telegram account, which are just misnamed here. They can be accessed from my.telegram.org
Sorry, something went wrong.
Related #37
No branches or pull requests
Describe the bug
When running after following Usage instructions, the following error occurs:
Error: required flag(s) "tg-app-hash", "tg-app-id" not set
Apparently, I need to have something like this in
config.toml
?Nothing in the docs specifies what these values are or where to get them from. Even the example config.toml doesn't include these.
Repoduction
.
Expected behavior
.
Version
latest
Which Platform are you using?
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: