Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivitiesRequest ¶
type Activity ¶
type Activity struct { // Unique identifier for the activity ID string `json:"id"` // The source platform the activity is from Source string `json:"source"` // Unix timestamp (seconds) for when the item was published TS int64 `json:"ts"` // Permalink to the activity its source URL string `json:"url,omitempty"` // Text content for the item (may contain HTML) Content string `json:"content,omitempty"` // Array of media items (images, videos, etc...) Media []Media `json:"media,omitempty"` }
Click to show internal directories.
Click to hide internal directories.