Package io.getstream.chat.android.common.model

Types

Link copied to clipboard
class CustomModerationOption(val text: Int, val extraData: Map<String, Any> = emptyMap()) : ModeratedMessageOption

Custom actions that you can define for moderated messages.

Link copied to clipboard
object DeleteMessage : ModeratedMessageOption

Prompts the user to delete the message if the message was flagged by moderation.

Link copied to clipboard
object EditMessage : ModeratedMessageOption

Prompts the user to edit the message if the message was flagged by moderation.

Link copied to clipboard
sealed class ModeratedMessageOption

Represents possible options user can take upon moderating a message.

Link copied to clipboard
object SendAnyway : ModeratedMessageOption

Prompts the user to send the message anyway if the message was flagged by moderation.

Functions

Link copied to clipboard