This commit is contained in:
2025-02-18 20:33:04 +01:00
parent 2ef0cc06c2
commit 2e41a08bd9

View File

@@ -7,7 +7,13 @@ from .token_storage import TokenStorage
SCOPES = [ SCOPES = [
scope for scope in AuthScope AuthScope.CHAT_READ
,
AuthScope.CHANNEL_BOT,
AuthScope.USER_BOT,
AuthScope.USER_READ_CHAT,
AuthScope.USER_WRITE_CHAT,
] ]