mirror of
https://github.com/Ikatono/TwitchIrcClient.git
synced 2025-10-29 04:56:12 -05:00
staging work then abandoning the project, dealing with Twitch APIs isn't worth the effor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"metadata": {
|
||||
"message_id": "84c1e79a-2a4b-4c13-ba0b-4312293e9308",
|
||||
"message_type": "session_keepalive",
|
||||
"message_timestamp": "2023-07-19T10:11:12.634234626Z"
|
||||
},
|
||||
"payload": {}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"metadata": {
|
||||
"message_id": "befa7b53-d79d-478f-86b9-120f112b044e",
|
||||
"message_type": "notification",
|
||||
"message_timestamp": "2022-11-16T10:11:12.464757833Z",
|
||||
"subscription_type": "automod.message.hold",
|
||||
"subscription_version": "1"
|
||||
},
|
||||
"payload": {
|
||||
"subscription": {
|
||||
"id": "f1c2a387-161a-49f9-a165-0f21d7a4e1c4",
|
||||
"type": "automod.message.hold",
|
||||
"version": "beta",
|
||||
"status": "enabled",
|
||||
"cost": 0,
|
||||
"condition": {
|
||||
"broadcaster_user_id": "1337",
|
||||
"moderator_user_id": "9001"
|
||||
},
|
||||
"transport": {
|
||||
"method": "websocket",
|
||||
"session_id": "123456789"
|
||||
},
|
||||
"created_at": "2023-04-11T10:11:12.123Z"
|
||||
},
|
||||
"event": {
|
||||
"broadcaster_user_id": "1337",
|
||||
"broadcaster_user_name": "blah",
|
||||
"broadcaster_user_login": "blahblah",
|
||||
"user_id": "456789012",
|
||||
"user_name": "baduser",
|
||||
"user_login": "baduserbla",
|
||||
"message_id": "bad-message-id",
|
||||
"message": "This is a bad message… ",
|
||||
"level": 5,
|
||||
"category": "aggressive",
|
||||
"held_at": "2022-12-02T15:00:00.00Z",
|
||||
"fragments": {
|
||||
"emotes": [
|
||||
{
|
||||
"text": "badtextemote1",
|
||||
"id": "emote-123",
|
||||
"set-id": "set-emote-1"
|
||||
},
|
||||
{
|
||||
"text": "badtextemote2",
|
||||
"id": "emote-234",
|
||||
"set-id": "set-emote-2"
|
||||
}
|
||||
],
|
||||
"cheermotes": [
|
||||
{
|
||||
"text": "badtextcheermote1",
|
||||
"amount": 1000,
|
||||
"prefix": "prefix",
|
||||
"tier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"metadata": {
|
||||
"message_id": "84c1e79a-2a4b-4c13-ba0b-4312293e9308",
|
||||
"message_type": "session_reconnect",
|
||||
"message_timestamp": "2022-11-18T09:10:11.634234626Z"
|
||||
},
|
||||
"payload": {
|
||||
"session": {
|
||||
"id": "AQoQexAWVYKSTIu4ec_2VAxyuhAB",
|
||||
"status": "reconnecting",
|
||||
"keepalive_timeout_seconds": null,
|
||||
"reconnect_url": "wss://eventsub.wss.twitch.tv?...",
|
||||
"connected_at": "2022-11-16T10:11:12.634234626Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"metadata": {
|
||||
"message_id": "84c1e79a-2a4b-4c13-ba0b-4312293e9308",
|
||||
"message_type": "revocation",
|
||||
"message_timestamp": "2022-11-16T10:11:12.464757833Z",
|
||||
"subscription_type": "channel.follow",
|
||||
"subscription_version": "1"
|
||||
},
|
||||
"payload": {
|
||||
"subscription": {
|
||||
"id": "f1c2a387-161a-49f9-a165-0f21d7a4e1c4",
|
||||
"status": "authorization_revoked",
|
||||
"type": "channel.follow",
|
||||
"version": "1",
|
||||
"cost": 1,
|
||||
"condition": {
|
||||
"broadcaster_user_id": "12826"
|
||||
},
|
||||
"transport": {
|
||||
"method": "websocket",
|
||||
"session_id": "AQoQexAWVYKSTIu4ec_2VAxyuhAB"
|
||||
},
|
||||
"created_at": "2022-11-16T10:11:12.464757833Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"metadata": {
|
||||
"message_id": "96a3f3b5-5dec-4eed-908e-e11ee657416c",
|
||||
"message_type": "session_welcome",
|
||||
"message_timestamp": "2023-07-19T14:56:51.634234626Z"
|
||||
},
|
||||
"payload": {
|
||||
"session": {
|
||||
"id": "AQoQILE98gtqShGmLD7AM6yJThAB",
|
||||
"status": "connected",
|
||||
"connected_at": "2023-07-19T14:56:51.616329898Z",
|
||||
"keepalive_timeout_seconds": 10,
|
||||
"reconnect_url": null
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user