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 |
![]() | ![]() | ![]() |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários