mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-31 03:38:02 +08:00
3.5 KiB
3.5 KiB
Mirai - Contacts
要主动发送一条消息,调用 Contact.sendMessage() 即可。
可通过 Bot.getFriend 或 Bot.getGroup 获取相关对象,也可以通过事件获取。
下一步,Events