getFileAttachments

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

Retrieves the file 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.