BatchModifyMessagesRequest constructor

BatchModifyMessagesRequest({
  1. List<String>? addLabelIds,
  2. List<String>? ids,
  3. List<String>? removeLabelIds,
})

Implementation

BatchModifyMessagesRequest({this.addLabelIds, this.ids, this.removeLabelIds});