ListsApi
Functions
Link copied to clipboard
Adds the given accounts to the given list.
Link copied to clipboard
Creates a new list.
Link copied to clipboard
Deletes a list.
Link copied to clipboard
Link copied to clipboard
Fetches all lists owned by the account.
Link copied to clipboard
Removes the given accounts from the given list.
Link copied to clipboard
abstract suspend fun updateList(listId: String, title: String?, replyPolicy: ListReplyPolicy?): UserList
Changes the title of a list, or which replies to show.