followAccount
abstract suspend fun followAccount(accountId: String, reblogs: Boolean? = null, notify: Boolean? = null): Relationship
Follows the given account.
Can also be used to update whether to show reblogs or enable notifications.
Follows the given account.
Can also be used to update whether to show reblogs or enable notifications.