Package top.mrxiaom.overflow.contact
Interface RemoteGroup
-
- All Implemented Interfaces:
public interface RemoteGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRemoteGroup.Companion
-
Method Summary
Modifier and Type Method Description abstract ContactList<NormalMember>updateGroupMemberList()abstract AnnouncementsupdateAnnouncements()abstract UnitsetMsgReaction(Integer messageId, String icon, Boolean enable)设置群消息反应表情 -
-
Method Detail
-
updateGroupMemberList
abstract ContactList<NormalMember> updateGroupMemberList()
-
updateAnnouncements
abstract Announcements updateAnnouncements()
-
setMsgReaction
abstract Unit setMsgReaction(Integer messageId, String icon, Boolean enable)
设置群消息反应表情
- Parameters:
messageId- 消息ID,可通过MessageSource.ids[0]取得icon- 图标ID,详见 Overflow 开发文档enable- 添加或取消反应表情
-
-
-
-