You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "you app API hash. get it from my.telegram.org",
"required": true
},
"apiid": {
"description": "you app API ID. get it from my.telegram.org",
"required": true
},
"string_session_key": {
"description": "your string session key. get this by running stringsession.py from repo",
"required":true
},
"openweather_api_key": {
"description": "OpenWeather key for weather plugin",
"required":false
},
"allowed_chats": {
"description": "List of chats your bot is allowed to run. this is helpful to prevent spam. space seprated list of ids. you can get these ids by .id plugin of bot",
"required":true
},
"my_name_aliases": {
"description": "your hidden eye on who is speaking your name RTFM",