mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Bugfix in answer_web_app_query
This commit is contained in:
@@ -1580,8 +1580,6 @@ class AsyncTeleBot:
|
||||
result = await asyncio_helper.get_chat_member(self.token, chat_id, user_id)
|
||||
return types.ChatMember.de_json(result)
|
||||
|
||||
|
||||
|
||||
async def send_message(
|
||||
self, chat_id: Union[int, str], text: str,
|
||||
parse_mode: Optional[str]=None,
|
||||
|
||||
Reference in New Issue
Block a user