chat-downloader icon indicating copy to clipboard operation
chat-downloader copied to clipboard

[QUESTION] Is it possible to show "hidden" users on YouTube?

Open jingofett opened this issue 2 years ago • 0 comments

What is your question?

I'm not sure if this is a limitation of the YouTube API or whatever, but is it possible to show a difference between a timed out user and a hidden one? Both are referred to as "message_type: ban_user" in the log, but in the actual YouTube chat you can see if it was a timeout, the timeout length, or if the user was hidden (or unhidden, which is also missing from the logs).

Additional context

The first action was a deleted message, the second action was a timeout, and the third action was a hide.

    {
        "action_type": "mark_chat_item_as_deleted",
        "message": "[message deleted]",
        "message_type": "deleted_message",
        "target_message_id": "[removed]"
    }, 
    {
        "action_type": "mark_chat_items_by_author_as_deleted",
        "author": {
            "id": "[removed]"
        },
        "message": "[message deleted]",
        "message_type": "ban_user"
    }, 
    {
        "action_type": "mark_chat_items_by_author_as_deleted",
        "author": {
            "id": "[removed]"
        },
        "message": "[message deleted]",
        "message_type": "ban_user"
    }, 

image

image

jingofett avatar Mar 28 '22 19:03 jingofett