Chat SDKs Android v4
Chat SDKs Android
Chat SDKs
Android
Version 4
Retrieve a message
Copy link
You can retrieve a specific message in an open or group channel by creating and passing the MessageRetrievalParams
object as an argument into the getMessage()
method.
KotlinKTX
List of properties
Copy link
Property name | Type | Description |
---|---|---|
channelUrl | String | Specifies the URL of the channel. |
channelType | ChannelType | Specifies the type of the channel. |
messageId | Long | Specifies the unique ID of the message. |
Retrieve the last message of a group channel
Copy link
You can retrieve and view the last message of a group channel.
On this page