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|
+
+
+ | name |
+ type |
+ remarks |
+
+
+ | type |
+ str |
+ "superChat","textMessage","superSticker","newSponsor" |
+
+
+ | id |
+ str |
+ |
+
+
+ | message |
+ str |
+ emojis are represented by ":(shortcut text):" |
+
+
+ | timestamp |
+ int |
+ unixtime milliseconds |
+
+
+ | amountValue |
+ float |
+ ex. 1,234.0 |
+
+
+ | amountString |
+ str |
+ ex. "$ 1,234" |
+
+
+ | currency |
+ str |
+ ex. "USD" |
+
+
+ | author |
+ object |
+ see 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||
+
+
+ | name |
+ type |
+ remarks |
+
+
+ | name |
+ str |
+ |
+
+
+ | channelId |
+ str |
+ |
+
+
+ | channelUrl |
+ str |
+ |
+
+
+ | imageUrl |
+ |
+ |
+
+
+ | badgeUrl |
+ |
+ |
+
+
+ | isVerified |
+ bool |
+ |
+
+
+ | isChatOwner |
+ bool |
+ |
+
+
+ | isChatSponsor |
+ bool |
+ |
+
+
+ | isChatModerator |
+ bool |
+ |
+
+
## Licence
[](LICENSE)