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