FollowRequests
public struct FollowRequests
Undocumented
-
Fetches a list of follow requests.
Declaration
Swift
public static func all(range: RequestRange = .default) -> Request<[Account]>Parameters
rangeThe bounds used when requesting data from Mastodon.
Return Value
Request for
[Account]. -
Authorizes a follow request.
Parameters
idThe accound id.
Return Value
Request for
Empty. -
Rejects a follow request.
Parameters
idThe accound id.
Return Value
Request for
Empty.
View on GitHub
Install in Dash
FollowRequests Structure Reference