Render tweet quotes

This commit is contained in:
Zed
2019-06-24 08:07:36 +02:00
parent 1213220ef0
commit af9a5d4872
6 changed files with 128 additions and 18 deletions

View File

@@ -43,12 +43,13 @@ type
url*: string
thumb*: string
Quote* = ref object
Quote* = object
id*: string
profile*: Profile
link*: string
text*: string
video*: Option[Video]
thumb*: Option[string]
badge*: Option[string]
Tweet* = ref object
id*: string