TencentCloudChatGroupProfile constructor

const TencentCloudChatGroupProfile({
  1. required TencentCloudChatGroupProfileOptions options,
  2. Key? key,
  3. TencentCloudChatGroupProfileConfig? config,
  4. TencentCloudChatGroupProfileBuilders? builders,
  5. TencentCloudChatGroupProfileEventHandlers? eventHandlers,
  6. TencentCloudChatGroupProfileController? controller,
})

Implementation

const TencentCloudChatGroupProfile({
  required TencentCloudChatGroupProfileOptions options,
  Key? key,
  TencentCloudChatGroupProfileConfig? config,
  TencentCloudChatGroupProfileBuilders? builders,
  TencentCloudChatGroupProfileEventHandlers? eventHandlers,
  TencentCloudChatGroupProfileController? controller,
}) : super(
        key: key,
        options: options,
        config: config,
        builders: builders,
        eventHandlers: eventHandlers,
      );