toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.messages
/
MessageInput
Message
Input
data
class
MessageInput
(
val
text
:
String
=
""
,
val
source
:
MessageInput.Source
=
Source.Default
)
The input for a new message
Members
Constructors
Message
Input
Link copied to clipboard
constructor
(
text
:
String
=
""
,
source
:
MessageInput.Source
=
Source.Default
)
Types
Source
Link copied to clipboard
sealed
class
Source
Properties
source
Link copied to clipboard
val
source
:
MessageInput.Source
text
Link copied to clipboard
val
text
:
String