Structures
The following structures are available globally.
-
A feed reaction options to include reaction for activities.
- Available options:
includeOwn: include reactions added by current user to all activities.includeOwnChildren: include reactions added by current user to all reactions.includeRecent: include recent reactions to activities.includeCounts: include reaction counts to activities.
Declaration
Swift
public struct FeedReactionsOptions : OptionSet - Available options:
-
A feed identifier based on
See morefeedSluganduserId.Declaration
Swift
public struct FeedId : CustomStringConvertible, Codableextension FeedId: Equatable -
A feed Follower.
See moreDeclaration
Swift
public struct Follower : Decodable -
A file type.
See moreDeclaration
Swift
public struct File -
An image process option type.
See moreDeclaration
Swift
public struct ImageProcess : Codable
-
An Open Graph response.
See moreDeclaration
Swift
public struct OGResponse : Codable -
An Open Graph image response.
See moreDeclaration
Swift
public struct OGImageResponse : Codable -
An Open Graph video response.
See moreDeclaration
Swift
public struct OGVideoResponse : Codable -
An Open Graph audio response.
See moreDeclaration
Swift
public struct OGAudioResponse : Codable
-
A default empty type of
See moreReactionExtraDataProtocol.Declaration
Swift
public struct EmptyReactionExtraData : ReactionExtraDataProtocol, Equatable -
MARK: - Comment Comment reaction extra data.
See moreDeclaration
Swift
public struct Comment : ReactionExtraDataProtocol -
A reactions type.
See moreDeclaration
Swift
public struct Reactions<T, U> : Decodable where T : Decodable, T : Encodable, U : UserProtocol -
A responce object of changes from a subscription.
See moreDeclaration
Swift
public struct SubscriptionResponse<T> : Decodable where T : ActivityProtocol
View on GitHub
Structures Reference