From 010e32f5990ab19af3b71ed7abae202788eb0007 Mon Sep 17 00:00:00 2001 From: sandheepp Date: Wed, 11 Jan 2023 13:33:01 +0530 Subject: [PATCH] changed json if FbIdV2 --- users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.go b/users.go index ce8d73e..748501e 100644 --- a/users.go +++ b/users.go @@ -177,7 +177,7 @@ type User struct { RecentlyBestiedByCount int `json:"recently_bestied_by_count"` AccountType int `json:"account_type"` AccountBadges []interface{} `json:"account_badges,omitempty"` - FbIdV2 int64 `json:"fbid_v2"` + FbIdV2 int64 `json:"fbid_"` IsUnpublished bool `json:"is_unpublished"` UserTagsCount int `json:"usertags_count"` UserTagReviewEnabled bool `json:"usertag_review_enabled"`