Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgeFollow ¶
type EdgesNode ¶
type EdgesNode struct {
Node EdgesNodeContent `json:"node"`
}
type EdgesNodeContent ¶
type EdgesNodeContent struct { ID string `json:"id"` UserName string `json:"username"` FullName string `json:"full_name"` ProfilePicURL string `json:"profile_pic_url"` IsPrivate bool `json:"is_private"` IsVerified bool `json:"is_verified"` FollowedByViewer bool `json:"followed_by_viewer"` RequestedByViewer bool `json:"requested_by_viewer"` }
type Response ¶
func GetResponse ¶
func GetResponse(id, queryhash string, first int, after string, ic *instaclient.InstaClient) (Response, error)
type User ¶
type User struct {
EdgeFollow EdgeFollow `json:"edge_follow"`
}
Click to show internal directories.
Click to hide internal directories.