🥶
Size: a a a
🥶
S
S
🥶
🥶
S
🥶
S
S
🥶
S
🥶
🥶
S
S
🥶
message_handler
какая lambda func
должна быть чтобы бот слушал только личные сообщения?S
message_handler
какая lambda func
должна быть чтобы бот слушал только личные сообщения?message.chat.type == "private"
🥶
message.chat.type == "private"
🥶
@bot.message_handler(content_types=['text'], func=lambda message: message.chat.type == "private")
🥶