| Modifier and Type | Method and Description |
|---|---|
Result |
Sender.send(SendAble msg)
以各种方式 达到想要发送的效果
|
| Modifier and Type | Method and Description |
|---|---|
V2Result |
MessageV2Event.sendMessage(SendAble msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
At |
class |
AtAll |
class |
Image
发送到q群时必须使用url构造参数
发送到频道时url必须备案(少数情况不需要 |
class |
Markdown |
class |
MessagePre
不适配 group
|
class |
PlainText |
| Modifier and Type | Method and Description |
|---|---|
SendAble |
MessageAsyncBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
MessageAsyncBuilder |
MessageAsyncBuilder.append(SendAble sendAble) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageChain |
| Modifier and Type | Method and Description |
|---|---|
SendAble |
MessageChain.get(int index) |
SendAble |
MessageChain.remove(int index) |
SendAble |
MessageChain.set(int index,
SendAble element) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SendAble> |
MessageChain.iterator() |
ListIterator<SendAble> |
MessageChain.listIterator() |
ListIterator<SendAble> |
MessageChain.listIterator(int index) |
List<SendAble> |
MessageChain.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageChain.add(int index,
SendAble element) |
boolean |
MessageChain.add(SendAble sendAble) |
MessageChain |
MessageChain.append(SendAble sendAble) |
SendAble |
MessageChain.set(int index,
SendAble element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageChain.addAll(Collection<? extends SendAble> c) |
boolean |
MessageChain.addAll(int index,
Collection<? extends SendAble> c) |
void |
MessageChain.forEach(Consumer<? super SendAble> consumer) |
void |
MessageChain.reSet(List<SendAble> collect) |
| Modifier and Type | Method and Description |
|---|---|
Result<ActionResult> |
Dms.send(SendAble msg) |
Result<ActionResult> |
Channel.send(SendAble msg) |
Result |
Member.send(SendAble msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
Emoji
字段名 类型 描述 id string 表情ID,系统表情使用数字为ID,emoji使用emoji本身为id,参考 Emoji 列表 type uint32 表情类型 EmojiType
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RawMessage.send(SendAble msg) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Group.send(SendAble msg) |
Result |
Member.send(SendAble msg) |
| Modifier and Type | Method and Description |
|---|---|
Result<ActionResult> |
BaseMessageEvent.send(SendAble msg) |
| Modifier and Type | Method and Description |
|---|---|
Result |
BaseGroupMessageEvent.send(SendAble msg) |
V2Result |
BaseGroupMessageEvent.sendMessage(SendAble msg) |
| Modifier and Type | Field and Description |
|---|---|
static io.github.kloping.arr.ArrDeSerializer<SendAble> |
BaseUtils.DE_SERIALIZER |
static io.github.kloping.arr.ArrDeSerializer<SendAble> |
PdCode.DE_SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static String |
PdCode.serializeToPdCode(SendAble e) |
static String |
PdCode.serializeToPdCode(SendAble[] datas) |
Copyright © 2023. All rights reserved.