ChatUiConfig

constructor(translation: TranslationConfig = TranslationConfig(), messageList: MessageListConfig = MessageListConfig(), mediaGallery: MediaGalleryConfig = MediaGalleryConfig(), composer: ComposerConfig = ComposerConfig(), channelList: ChannelListConfig = ChannelListConfig(), attachmentPicker: AttachmentPickerConfig = AttachmentPickerConfig(), polls: PollsConfig = PollsConfig(), messageActions: MessageActionsConfig = MessageActionsConfig())

Parameters

translation

Configuration for message translation (cross-cutting: channel list, message list, composer).

messageList

Configuration for the message list behavior.

mediaGallery

Configuration for the media gallery preview screen.

composer

Configuration for the message composer behavior.

channelList

Configuration for the channel list behavior.

attachmentPicker

Configuration for the attachment picker behavior.

polls

Configuration for the poll creation screen.

messageActions

Configuration for the message actions overlay.