package
Version:
v1.44.1
Opens a new window with list of versions in this module.
Published: Jan 5, 2022
License: OSL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
instagram.com/p/CT-cnxGhvvO
instagram.com/p/yza2PAPSx2
type Edge struct {
Node struct {
Display_URL string
Video_URL string
}
}
type Login struct {
Authorization string
}
This can be used to decode an existing login response.
If `Authorization` field is empty, then anonymous request will be used.
type Media struct {
Shortcode_Media struct {
Display_URL string
Edge_Media_Preview_Like struct {
Count int
}
Edge_Media_To_Parent_Comment struct {
Edges []struct {
Node struct {
Text string
}
}
}
Edge_Sidecar_To_Children *struct {
Edges []Edge
}
Video_URL string
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.