StringeeConversationOption class
Represents the options to create the conversation.
Constructors
StringeeConversationOption({required bool isGroup, required bool isDistinct, String? name, String? customData})
Create a new StringeeConversationOption.
- isGroup: true - group conversation, false - not group conversation. Default is false.
- isDistinct: true - distinct conversation, false - not distinct conversation. Default is false.
- name: Name of the conversation.
- customData: Custom data on conversation.