AmityChannelModeration

Functions

Link copied to clipboard
fun addRole(role: String, userIds: List<String>): Completable
Link copied to clipboard
fun banMembers(userIds: List<String>): Completable
Link copied to clipboard
fun muteChannel(timeout: Duration): Completable
Link copied to clipboard
fun muteMembers(timeout: Duration, userIds: List<String>): Completable
Link copied to clipboard
fun removeRole(role: String, userIds: List<String>): Completable
Link copied to clipboard
fun unbanMembers(userIds: List<String>): Completable
Link copied to clipboard
fun unmuteChannel(): Completable
Link copied to clipboard
fun unmuteMembers(userIds: List<String>): Completable