FollowRequestsApi

View and manage follow requests.

See also

Functions

Link copied to clipboard
abstract suspend fun acceptFollowRequest(accountId: String): Relationship

Accepts a follow request from another Account.

Link copied to clipboard
abstract suspend fun getPendingFollowRequests(limit: String?): List<Account>

Gets the list of accounts with a pending follow request.

Link copied to clipboard
abstract suspend fun rejectFollowRequest(accountId: String): Relationship

Rejects a follow request from another Account.