config property

TencentCloudChatGroupProfileConfig get config

Enables dynamic updating of configurations for all instances. Call the setConfigs method and pass any configurations to be modified, which will replace the previous configuration and apply changes immediately.

Implementation

static TencentCloudChatGroupProfileConfig get config {
  return TencentCloudChat.instance.dataInstance.groupProfile.groupProfileConfig;
}