제품 개요
Basic Concepts
응용 시나리오
기능 소개
계정 시스템
사용자 정보 및 관계망
메시지 관리
그룹 시스템
Official Account
Audio/Video Call
사용 제한
Message Input Interface | Emoji Picker |
![]() | ![]() |
Parameter Name | Type | Description |
conversationID | String | Conversation ID that identifies the current chat session. |
config | MessageInputConfigProtocol | Style configuration that controls which function buttons appear. |
Column(children: [MessageInput(conversationID: 'conversation_123',),],);
// Customize which feature buttons to showMessageInput(conversationID: widget.conversation.conversationID,config: ChatMessageInputConfig(isShowAudioRecorder: false, // Hide audio recordingisShowPhotoTaker: true, // Show photo captureisShowMore: true, // Show more features),),
Default Input Box | Input Box with Audio Recording Hidden | Input Box with All Features Hidden |
![]() | ![]() | ![]() |
피드백