diff --git a/types.go b/types.go index a4a9084..f5f2f48 100644 --- a/types.go +++ b/types.go @@ -10,15 +10,6 @@ type ( URL string } - // Retweet type - Retweet struct { - ID string - TimeParsed time.Time - Timestamp int64 - UserID string - Username string - } - // Tweet type. Tweet struct { Hashtags []string