mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
search bug ...
This commit is contained in:
parent
9d6fccd204
commit
2c6ef7bed9
@ -53,11 +53,12 @@ async def message_handler(message: types.Message, *args, **kwargs):
|
||||
# Это супер-чат
|
||||
|
||||
if message.chat.type.is_group_or_supergroup():
|
||||
pass
|
||||
# if not message.reply_to_message or not message.reply_to_message.from_user.is_bot:
|
||||
# return # В групповом чате мы получили сообщение, которое вообще не предназначалось боту
|
||||
|
||||
if not message.reply_to_message.is_forward():
|
||||
return # В групповом чате кто-то ответил на текст /start, например
|
||||
# if not message.reply_to_message.is_forward():
|
||||
# return # В групповом чате кто-то ответил на текст /start, например
|
||||
|
||||
if message.reply_to_message:
|
||||
# В супер-чате кто-то ответил на сообщение пользователя, нужно переслать тому пользователю
|
||||
|
Loading…
Reference in New Issue
Block a user