Skip to content

Commit 764e840

Browse files
authored
Add Hexagon as valid profile_image_shape (#142)
1 parent 649fb05 commit 764e840

File tree

1 file changed

+1
-1
lines changed
  • packages/react-tweet/src/api/types

1 file changed

+1
-1
lines changed

packages/react-tweet/src/api/types/user.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export interface TweetUser {
22
id_str: string
33
name: string
44
profile_image_url_https: string
5-
profile_image_shape: 'Circle' | 'Square'
5+
profile_image_shape: 'Circle' | 'Square' | 'Hexagon'
66
screen_name: string
77
verified: boolean
88
verified_type?: 'Business' | 'Government'

0 commit comments

Comments
 (0)