Skip to content

Commit

Permalink
Merge pull request #4 from cvcio/fix-typo
Browse files Browse the repository at this point in the history
Fixes #3
andefined authored Jul 2, 2023
2 parents fb2a880 + c22c057 commit 58f04a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.go
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@ type Tweet struct {
Text string `json:"text,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
AuthorID string `json:"author_id,omitempty"`
ConversationID string `json:"converstation_id,omitempty"`
ConversationID string `json:"conversation_id,omitempty"`
InReplyToUserID string `json:"in_reply_to_user_id,omitempty"`
ReferencedTweets []*ReferencedTweet `json:"referenced_tweets,omitempty"`
Attachments *Attachment `json:"attachments,omitempty"`

0 comments on commit 58f04a1

Please sign in to comment.