Factory

object Factory(source)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createByChatCode(chatCode: String, msgId: String? = null, flag: String? = null, page: Int? = null, pageSize: Int? = null): GetDirectMessageListApi
fun createByChatCode(chatCode: String, msgId: String? = null, flag: MessageQueryFlag? = null, page: Int? = null, pageSize: Int? = null): GetDirectMessageListApi

构造一个 GetDirectMessageListApi 请求。

构建一个 GetDirectMessageListApi 请求。

Link copied to clipboard
fun createByTargetId(targetId: String, msgId: String? = null, flag: String? = null, page: Int? = null, pageSize: Int? = null): GetDirectMessageListApi
fun createByTargetId(targetId: String, msgId: String? = null, flag: MessageQueryFlag? = null, page: Int? = null, pageSize: Int? = null): GetDirectMessageListApi

构造一个 GetDirectMessageListApi 请求。

构建一个 GetDirectMessageListApi 请求。