Class NoticeReceiver

    • Constructor Detail

      • NoticeReceiver

        public NoticeReceiver()
      • NoticeReceiver

        public NoticeReceiver​(NoticeReceiver source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getReceiverType

        public String getReceiverType()
        Get 接受者类型。可选值:
      • Uin - 用户ID
      • Group - 用户组ID 暂不支持其余接收者类型。
Returns:
ReceiverType 接受者类型。可选值:
  • Uin - 用户ID
  • Group - 用户组ID 暂不支持其余接收者类型。
  • Parameters:
    ReceiverType - 接受者类型。可选值:
  • Uin - 用户ID
  • Group - 用户组ID 暂不支持其余接收者类型。