mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-14 09:36:22 +00:00
ui: update business chat info type
This commit is contained in:
@@ -1546,8 +1546,9 @@ data class GroupProfile (
|
||||
|
||||
@Serializable
|
||||
data class BusinessChatInfo (
|
||||
val memberId: String,
|
||||
val chatType: BusinessChatType
|
||||
val chatType: BusinessChatType,
|
||||
val businessId: String,
|
||||
val customerId: String,
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user