Class GroupMsgSendResultResponse

java.lang.Object
com.bytedesk.wechat.work.message.GroupMsgSendResultResponse

public class GroupMsgSendResultResponse extends Object
  • Field Details

    • errcode

      private Integer errcode
      返回码
    • errmsg

      private String errmsg
      对返回码的文本描述内容
    • nextCursor

      private String nextCursor
      分页游标,再下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
    • sendList

      群成员发送结果列表
  • Constructor Details

    • GroupMsgSendResultResponse

      public GroupMsgSendResultResponse()