| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.im.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
Chat.Builder |
Chat.Builder.avatar(String avatar)
avatar of the conversation
示例值:
|
Chat.Builder |
Chat.Builder.chatId(String chatId)
chat_id of the conversation
示例值:
|
Chat.Builder |
Chat.Builder.description(String description)
description of the conversation
示例值:
|
Chat.Builder |
Chat.Builder.i18nNames(I18nNames i18nNames)
i18_names of the conversation
示例值:
|
Chat.Builder |
Chat.Builder.name(String name)
name of the conversation
示例值:
|
static Chat.Builder |
Chat.newBuilder() |
Chat.Builder |
Chat.Builder.onlyOwnerAdd(Boolean onlyOwnerAdd)
whether only the owner of the converation can add others
示例值:
|
Chat.Builder |
Chat.Builder.onlyOwnerAtAll(Boolean onlyOwnerAtAll)
whether only the owner of the converation can @all
示例值:
|
Chat.Builder |
Chat.Builder.onlyOwnerEdit(Boolean onlyOwnerEdit)
whether only the owner of the converation can edit the converation info
示例值:
|
Chat.Builder |
Chat.Builder.ownerUserId(String ownerUserId)
owner_id
示例值:
|
Chat.Builder |
Chat.Builder.shareAllowed(Boolean shareAllowed)
whether the converation can be shared
示例值:
|
Chat.Builder |
Chat.Builder.type(String type)
type
示例值:
|
| 构造器和说明 |
|---|
Chat(Chat.Builder builder) |
Copyright © 2024. All rights reserved.