C# Telegram Bot. Getupdate method -
telegram api uses this method return messages , offset update_id. how can last message properly?
you should store last update_id in database , in next request pass telegram +1 using offset parameter in query.
telegram api uses this method return messages , offset update_id. how can last message properly?
you should store last update_id in database , in next request pass telegram +1 using offset parameter in query.
Comments
Post a Comment