You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telebot has a send_location function that can send a location:
# sendChatAction# action_string can be one of the following strings: 'typing', 'upload_photo', 'record_video', 'upload_video',# 'record_audio', 'upload_audio', 'upload_document' or 'find_location'.tb.send_chat_action(chat_id, action_string)
We could use this when sending out info via /next or /event
The text was updated successfully, but these errors were encountered:
Telebot has a
send_location
function that can send a location:We could use this when sending out info via
/next
or/event
The text was updated successfully, but these errors were encountered: