From 048fce5cf21fd6340118b68cb7ddf114fcec5ac2 Mon Sep 17 00:00:00 2001 From: Regynald Augustin Date: Thu, 18 May 2023 15:14:28 -0400 Subject: [PATCH] Add views to tweet type --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index c09a528..2d5aeff 100644 --- a/types.go +++ b/types.go @@ -50,6 +50,7 @@ type ( UserID string Username string Videos []Video + Views int SensitiveContent bool }