Chat SDKs iOS v4
Chat SDKs iOS
Chat SDKs
iOS
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(params:completionHandler:)
method.
List of properties
Copy link
Property name | Type | Description |
---|---|---|
messageId | Int64 | Specifies the unique ID of the message. |
channelType | ChannelType | Specifies the type of the channel. |
channelURL | String | Specifies the URL of the channel. |
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