From 056f6fd7044a00cf3e73969f43f032f1dccefd38 Mon Sep 17 00:00:00 2001 From: "55448286+taizan-hokuto@users.noreply.github.com" Date: Sun, 3 Nov 2019 09:02:06 +0900 Subject: [PATCH] Modify README table --- README.md | 121 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 99 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d45e4ec..eebcc8a 100644 --- a/README.md +++ b/README.md @@ -87,30 +87,107 @@ while chat.is_alive(): ## Chatdata Structure of Default Processor Structure of each item which got from items() function. -|name|type|remarks| -|:----|:----|:----| -|type|str|"superChat","textMessage","superSticker","newSponsor"| -|id|str|| -|message|str|emojis are represented by ":(shortcut text):"| -|datetime|str|YYYY-mm-dd HH:MM:SS format| -|timestamp|int|unixtime milliseconds| -|amountValue|float|ex. 1,234.0| -|amountString|str|ex. "$ 1,234"| -|currency|str|ex. "USD"| -|author|object|see below| + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nametyperemarks
typestr"superChat","textMessage","superSticker","newSponsor"
idstr
messagestremojis are represented by ":(shortcut text):"
timestampintunixtime milliseconds
amountValuefloatex. 1,234.0
amountStringstrex. "$ 1,234"
currencystrex. "USD"
authorobjectsee below
Structure of author object. -|name|type|remarks| -|:----|:----|:----| -|name|str|| -|channelId|str|authorExternalChannelId| -|channelUrl|str|| -|imageUrl|str|| -|badgeUrl|str|| -|isVerified|bool|| -|isChatOwner|bool|| -|isChatSponsor|bool|| -|isChatModerator|bool|| + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nametyperemarks
namestr
channelIdstr
channelUrlstr
imageUrl
badgeUrl
isVerifiedbool
isChatOwnerbool
isChatSponsorbool
isChatModeratorbool
## Licence [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)