Last chat message

Hi all, is there any way to get last chat message text using requests?
I want to my python bot get last chat message text every five minutes and doing something with it, for example just ‘print (last_chat_message)’
either I’m blind, or there really isn’t anything like that in the twithapi documentation :с

There are no supported API endpoints to retrieve historic chat messages. If you want chat data you have to connect to Twitch Chat and capture the data yourself as it happens.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.