会话分组及聊天室实现
This commit is contained in:
@@ -51,6 +51,9 @@ data class SendChatAiRequestBody(
|
||||
val toTrtcUserId: String,
|
||||
@SerializedName("message")
|
||||
val message: String,
|
||||
@SerializedName("skipTrtc")
|
||||
val skipTrtc: Boolean,
|
||||
|
||||
)
|
||||
|
||||
data class LoginUserRequestBody(
|
||||
@@ -380,7 +383,8 @@ interface RaveNowAPI {
|
||||
|
||||
@GET("profile/trtc/{id}")
|
||||
suspend fun getAccountProfileByTrtcUserId(
|
||||
@Path("id") id: String
|
||||
@Path("id") id: String,
|
||||
@Query("includeAI") includeAI: Int
|
||||
): Response<DataContainer<AccountProfile>>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user