I’m using webhook to retrieve user subscription expiry and deletion and then I send this bundle of data to my telegram bot with the kick chat member task.
The webhook runs and works fine and it retrieves the user_id, memebership_id, and the user object
The telegram Bot (kick member from chat) can’t match the user_id and I get INVALID_USER_ID.
How can I fix this?
Thx in advance