call abstract method

TRes call({
  1. String? name,
  2. bool? mute,
  3. String? creator,
  4. Input$PictureInput? profilePicture,
  5. Input$MessageGroupWallpaperInput? wallpaper,
  6. Enum$MessageSoundEnum? sound,
  7. Enum$MessageGroupStatusEnum? status,
  8. Input$TargetACIInput? target,
  9. Enum$MessageGroupTypeEnum? type,
  10. List<String>? members,
})

Implementation

TRes call({
  String? name,
  bool? mute,
  String? creator,
  Input$PictureInput? profilePicture,
  Input$MessageGroupWallpaperInput? wallpaper,
  Enum$MessageSoundEnum? sound,
  Enum$MessageGroupStatusEnum? status,
  Input$TargetACIInput? target,
  Enum$MessageGroupTypeEnum? type,
  List<String>? members,
});