Versions in this module Expand all Collapse all v0 v0.0.1 Aug 24, 2021 Changes in this version + type Caption struct + Edges []struct{ ... } + type Dimensions struct + Height int + Width int + type EmbedResponse struct + Media Media + func (s EmbedResponse) ExtractMediaURL() string + func (s EmbedResponse) GetCaption() string + func (s EmbedResponse) IsEmpty() bool + func (s EmbedResponse) IsVideo() bool + type Media struct + Caption Caption + CommenterCount uint64 + Comments WithCount + Dimensions Dimensions + DisplayResources []Resource + DisplayURL string + Id string + IsVideo bool + Likes WithCount + Owner Owner + ProductType string + Shortcode string + SliderItems SliderItems + TakenAt types.Time + Title string + Type string + VideoURL string + VideoViewCount uint64 + type Owner struct + Followers WithCount + HasPublicStory bool + Id string + IsPrivate bool + IsVerified bool + ProfilePictureURL string + Timeline OwnerTimeline + Username string + type OwnerTimeline struct + Count uint64 + Edges []struct{ ... } + type Resource struct + Height int + Src string + Width int + type SliderItemNode struct + Dimensions Dimensions + DisplayResources []Resource + DisplayURL string + Id string + IsVideo bool + ProductType string + Shortcode string + Title string + Type string + VideoURL string + VideoViewCount uint64 + func (s SliderItemNode) ExtractMediaURL() string + type SliderItems struct + Edges []struct{ ... } + type WithCount struct + Count uint64