@@ -54,6 +54,8 @@ actual abstract class Contact : CoroutineScope, ContactJavaFriendlyAPI() {
/**
* 向这个对象发送消息.
*
+ * 单条消息最大可发送 4500 字符或 50 张图片.
+ *
* @see FriendMessageSendEvent 发送好友信息事件, cancellable
* @see GroupMessageSendEvent 发送群消息事件. cancellable
@@ -48,6 +48,8 @@ actual abstract class ContactJavaFriendlyAPI {
@@ -125,6 +125,8 @@ actual abstract class Group : Contact(), CoroutineScope {
@@ -110,6 +110,8 @@ actual abstract class Member : MemberJavaFriendlyAPI() {
@@ -78,6 +78,8 @@ actual abstract class QQ : Contact(), CoroutineScope {
@@ -57,6 +57,8 @@ expect abstract class Contact() : CoroutineScope, ContactJavaFriendlyAPI {
@@ -129,6 +129,8 @@ expect abstract class Group() : Contact, CoroutineScope {
@@ -132,6 +132,8 @@ expect abstract class Member() : MemberJavaFriendlyAPI {
* @see MessageSendEvent.FriendMessageSendEvent 发送好友信息事件, cancellable
* @see MessageSendEvent.GroupMessageSendEvent 发送群消息事件. cancellable
@@ -87,6 +87,8 @@ expect abstract class QQ() : Contact, CoroutineScope {
@@ -53,6 +53,8 @@ actual abstract class Contact : CoroutineScope, ContactJavaFriendlyAPI() {
@@ -127,6 +127,8 @@ actual abstract class Group : Contact(), CoroutineScope {
@@ -118,6 +118,8 @@ actual abstract class Member : MemberJavaFriendlyAPI() {