mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
11 lines
145 B
Python
11 lines
145 B
Python
|
|
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class TelethonConfig:
|
|
api_id: str
|
|
api_hash: str
|
|
bot_token: str
|
|
session_file: str
|