Interface RemoteGroup

  • All Implemented Interfaces:

    
    public interface RemoteGroup
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class RemoteGroup.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ContactList<NormalMember> updateGroupMemberList()
      abstract Announcements updateAnnouncements()
      abstract Unit setMsgReaction(Integer messageId, String icon, Boolean enable) 设置群消息反应表情
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setMsgReaction

         abstract Unit setMsgReaction(Integer messageId, String icon, Boolean enable)

        设置群消息反应表情

        Parameters:
        messageId - 消息ID,可通过 MessageSource.ids[0] 取得
        icon - 图标ID,详见 Overflow 开发文档
        enable - 添加或取消反应表情