TencentCloudChatVoteCreateModel constructor

TencentCloudChatVoteCreateModel({
  1. required String groupID,
  2. required OnCreateVoteSuccess onCreateVoteSuccess,
  3. OnCreateVoteError? onCreateVoteError,
})

Implementation

TencentCloudChatVoteCreateModel({
  required this.groupID,
  required this.onCreateVoteSuccess,
  this.onCreateVoteError,
});