call abstract method

TRes call({
  1. String? name,
  2. String? creator,
  3. Input$PictureInput? profilePicture,
  4. Input$MessageGroupWallpaperInput? wallpaper,
  5. Enum$MessageSoundEnum? sound,
  6. Enum$MessageGroupTypeEnum? type,
  7. String? id,
})

Implementation

TRes call({
  String? name,
  String? creator,
  Input$PictureInput? profilePicture,
  Input$MessageGroupWallpaperInput? wallpaper,
  Enum$MessageSoundEnum? sound,
  Enum$MessageGroupTypeEnum? type,
  String? id,
});