call abstract method

TRes call({
  1. String? text,
  2. String? gif,
  3. String? sticker,
  4. Input$CustomMessageInput? custom,
  5. Input$MessageMediaInput? media,
  6. Input$LonLatInput? location,
  7. List<String>? seenBy,
  8. String? receiver,
  9. Input$TargetACIInput? target,
  10. Enum$MessageGroupTypeEnum? type,
})

Implementation

TRes call({
  String? text,
  String? gif,
  String? sticker,
  Input$CustomMessageInput? custom,
  Input$MessageMediaInput? media,
  Input$LonLatInput? location,
  List<String>? seenBy,
  String? receiver,
  Input$TargetACIInput? target,
  Enum$MessageGroupTypeEnum? type,
});