Package io.getstream.chat.android.common.model
Types
Link copied to clipboard
class CustomModerationOption(val text: Int, val extraData: Map<String, Any> = emptyMap()) : ModeratedMessageOption
Content copied to clipboard
Custom actions that you can define for moderated messages.
Link copied to clipboard
Prompts the user to delete the message if the message was flagged by moderation.
Link copied to clipboard
Prompts the user to edit the message if the message was flagged by moderation.
Link copied to clipboard
Represents possible options user can take upon moderating a message.
Link copied to clipboard
Prompts the user to send the message anyway if the message was flagged by moderation.