getImageAttachments

fun getImageAttachments(channelType: String, channelId: String, offset: Int, limit: Int): Call<List<Attachment>>

Retrieves the image attachments from the given channel.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

offset

The attachments offset.

limit

Max limit attachments to be fetched.