Skip to content

Commit

Permalink
Add Hexagon as valid profile_image_shape (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Apr 8, 2024
1 parent 649fb05 commit 764e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-tweet/src/api/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export interface TweetUser {
id_str: string
name: string
profile_image_url_https: string
profile_image_shape: 'Circle' | 'Square'
profile_image_shape: 'Circle' | 'Square' | 'Hexagon'
screen_name: string
verified: boolean
verified_type?: 'Business' | 'Government'
Expand Down

0 comments on commit 764e840

Please sign in to comment.