Skip to main content

CustomComponents

PropertyTypeDescriptionOptional
messageCustomComponentTypeCustom component for messages.
messageBubbles{ ... }Custom components for different message bubbles.
messageBubbles.customWidgetCustomComponentTypeCustom widget inside message bubbles.
messageBubbles.chatroomMessageOptionsEmojisSelectorCustomComponentTypeEmoji selector component in message bubbles.
messageBubbles.chatroolMicroPollCustomComponentTypeCustom micro poll component in message bubbles.
messageBubbles.chatroomNormalChatBubbleCustomComponentTypeNormal chat bubble component.
messageBubbles.chatroomDeletedChatBubbleCustomComponentTypeDeleted chat bubble component.
messageBubbles.chatroomHeaderBubbleCustomComponentTypeHeader chat bubble component.
messageBubbles.chatroomFollowedBubbleCustomComponentTypeFollowed chat bubble component.
messageBubbles.chatroomUnFollowedBubbleCustomComponentTypeUnfollowed chat bubble component.
messageBubbles.chatroomMembersAddedBubbleCustomComponentTypeMembers added chat bubble component.
messageBubbles.chatroomDirectMessageRequestRejectedBubbleCustomComponentTypeDM request rejected chat bubble component.
messageBubbles.chatroomDirectMessageRequestAcceptedBubbleCustomComponentTypeDM request accepted chat bubble component.
messageBubbles.voiceNoteCustomComponentType<{ attachment: Attachment }>Voice note chat bubble component.
messageListCustomComponentTypeCustom message list component.
chatroomHeaderCustomComponentTypeCustom chatroom header component.
searchConversationCustomComponentTypeCustom search conversation component.
input{ ... }Custom input field components.
input.chatroomInputTextAreaCustomComponentTypeCustom chat input text area.
input.chatroomInputEmojiSelectorCustomComponentTypeCustom emoji selector for chat input.
input.chatroomInputAttachmentsSelectorCustomComponentTypeCustom attachments selector for chat input.
input.chatroomInputMessageGiphyCustomComponentTypeCustom Giphy selector for chat input.
input.chatroomInputMessageReplyCollapseCustomComponentTypeCustom message reply collapse component.
input.chatroomInputMessageEditCollapseCustomComponentTypeCustom message edit collapse component.
input.chatroomInputAttachmentsMediaCarouselCustomComponentTypeCustom media carousel for chat input.
input.chatroomInputPollCreationCustomComponentTypeCustom poll creation component.
participantListCustomComponentTypeCustom participant list component.
groupChatChannelListCustomComponentTypeCustom group chat channel list component.
dmChannelListCustomComponentTypeCustom direct message channel list component.
noChatroomSelectedCustomComponentTypeComponent to display when no chatroom is selected.
userNotLoadedLoaderScreenCustomComponentTypeCustom loader screen when user data is not loaded.
aiChatbotLoaderScreenCustomComponentTypeCustom loader screen for AI chatbot.
userNotLoadedErrorScreenCustomComponentTypeCustom error screen when user data fails to load.

CustomComponentType

Type NameFunction TypeDescription
CustomComponentTypeReact.FC<T>React Functional Component with generic type props.