Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptionEdges ¶
type CaptionEdges struct {
Node CaptionNode `json:"node"`
}
type CaptionNode ¶
type CaptionNode struct {
Text string `json:"text"`
}
type ChildrenEdge ¶
type ChildrenEdge struct {
Node ChildrenNode `json:"node"`
}
type ChildrenNode ¶
type ChildrenNode struct { ID string `json:"id"` EmtCaption EmtCaption `json:"edge_media_to_caption"` DisplayURL string `json:"display_url"` IsVideo bool `json:"is_video"` VideoURL string `json:"video_url"` }
type EmtCaption ¶
type EmtCaption struct {
Edges []CaptionEdges `json:"edges"`
}
EmtCaption edge_media_to_caption
type EstChildren ¶
type EstChildren struct {
Edges []ChildrenEdge `json:"edges"`
}
EstChildren edge_sidecar_to_children
type MediaNode ¶
type MediaNode struct { ID string `json:"id"` EmtCaption EmtCaption `json:"edge_media_to_caption"` DisplayURL string `json:"display_url"` IsVideo bool `json:"is_video"` VideoURL string `json:"video_url"` Owner Owner `json:"owner"` EstChildren EstChildren `json:"edge_sidecar_to_children"` }
type Response ¶
func GetResponse ¶
func GetResponse(tagname, queryhash string, first int, after string, ic *instaclient.InstaClient) (Response, error)
Click to show internal directories.
Click to hide internal directories.