TencentCloudChatVoteCreateModel constructor
TencentCloudChatVoteCreateModel({
- required String groupID,
- required OnCreateVoteSuccess onCreateVoteSuccess,
- OnCreateVoteError? onCreateVoteError,
Implementation
TencentCloudChatVoteCreateModel({
required this.groupID,
required this.onCreateVoteSuccess,
this.onCreateVoteError,
});