MediaGalleryOptionsConfig
data class MediaGalleryOptionsConfig(val isShowInChatVisible: Boolean = true, val isReplyVisible: Boolean = true, val isSaveMediaVisible: Boolean = true, val isDeleteVisible: Boolean = true) : Parcelable
Model holding the configuration for the media gallery options. By default, all options are enabled/visible.
Parameters
isShowInChatVisible
If the "Show in chat" option is visible.
isReplyVisible
If the "Reply" option is visible.
isSaveMediaVisible
If the "Save media" option is visible.
isDeleteVisible
If the "Delete" option is visible.