𝐃𝐊
Size: a a a
𝐃𝐊
𝐃𝐊
F
𝐃𝐊
F
ᔕ
G
L
action=ChatAction.TYPINGво время обработки ответа? (ответы напрямую в вебхук)
await bot.send_chat_action(chat_id, types.ChatAction.TYPING)
а дальше уже формируют сообщениеF
await bot.send_chat_action(chat_id, types.ChatAction.TYPING)
а дальше уже формируют сообщениеtg
G
L
G
await bot.send_chat_action(chat_id, types.ChatAction.TYPING)
а дальше уже формируют сообщениеawait message.chat.do(ChatAction.TYPING)
L
G
We only recommend using this method when a response from the bot will take a noticeable amount of time to arrive.
AR
await message.chat.do(ChatAction.TYPING)
await types.ChatAction.typing()
G
tg
G