示例#1
0
文件: api.py 项目: xorduna/telemock
 def delete(self, chat_id):
     self.chat_id_validator(chat_id)
     Chat.delete(chat_id)
     return {}, 204