Files
pawhub-telegram-bot/handler_participant_lists.py
T
2025-11-27 22:15:48 +01:00

7 lines
145 B
Python

from telegram import Update
from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes
import configparser
import json
import os