Package io.getstream.chat.android.ui.common.state.messages
See: Description
-
Class Summary Class Description MessageAction Represents the list of actions users can take with selected messages. React Add/remove a reaction on a message. Resend Retry sending a message. Reply Start a message reply. ThreadReply Start a thread reply. Copy Copy the message content. MarkAsUnread Edit Start editing an owned message. Pin Pins or unpins the message from the channel. Delete Show a delete dialog for owned message. Flag Show a flag dialog for a message. CustomAction User-customizable action, with any number of extra properties. Internal Source MessageInput The input for a new message MessageThread Thread mode, where there's a parent message to respond to. MessageMode Represents the message mode that's currently active. MessageActionKt -
Object Summary Object Description Default The initial value, used when the source is not specified External The message was created by the user Edit The message was created by the user CommandSelected The message was created internally by the SDK MentionSelected The message was created internally by the SDK Normal Regular mode, conversation with other users.