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
Hi!
My bot refuses to get chat_id, so i look at code and make a workaround by changing
MATCH=".chat.:{.id.:.,.username.:.${TO}.}"
to
MATCH="{.id.:.,.username.:.${TO}.}"
Now it works for me.
Maybe you should rewrite it more clearly, but it works.