StringeeConversationFilter class
Represents the filter options for getting conversations.
Constructors
StringeeConversationFilter({ChatSupportStatus? chatSupportStatus, bool? isDeleted, bool? isUnread, List<ChannelType>? channelTypes})
Create a new StringeeConversationFilter.
- chatSupportStatus: status for chat support.
- isDeleted: load include deleted conversation or not. true - include deleted conversation, false - not include deleted conversation.
- isUnread: load include unread conversation or not. true - include unread conversation, false - not include unread conversation.
- channelTypes: channel of conversation.