This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -346,19 +346,24 @@ def __init__(self, **kwargs):
346
346
'friends_count' : None ,
347
347
'geo_enabled' : None ,
348
348
'id' : None ,
349
+ 'id_str' : None ,
349
350
'lang' : None ,
350
351
'listed_count' : None ,
351
352
'location' : None ,
352
353
'name' : None ,
353
354
'notifications' : None ,
354
355
'profile_background_color' : None ,
355
356
'profile_background_image_url' : None ,
357
+ 'profile_background_image_url_https' : None ,
356
358
'profile_background_tile' : None ,
357
359
'profile_banner_url' : None ,
358
360
'profile_image_url' : None ,
361
+ 'profile_image_url_https' : None ,
359
362
'profile_link_color' : None ,
363
+ 'profile_sidebar_border_color' : None ,
360
364
'profile_sidebar_fill_color' : None ,
361
365
'profile_text_color' : None ,
366
+ 'profile_use_background_image' : None ,
362
367
'protected' : None ,
363
368
'screen_name' : None ,
364
369
'status' : None ,
@@ -367,6 +372,8 @@ def __init__(self, **kwargs):
367
372
'url' : None ,
368
373
'utc_offset' : None ,
369
374
'verified' : None ,
375
+ 'withheld_in_countries' : None ,
376
+ 'withheld_scope' : None ,
370
377
}
371
378
372
379
for (param , default ) in self .param_defaults .items ():
You can’t perform that action at this time.
0 commit comments