Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
teleexit/callbackQuery/create.py

10 lines
227 B
Python
Raw Normal View History

2020-11-07 12:16:52 +01:00
from telegram import Update
from telegram.ext import CallbackContext
from main import reasons
def create(update: Update, context: CallbackContext):
del reasons[update.effective_chat.id][update["_effective_user"]["id"]]