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. String? messageGroup,
  8. List<String>? seenBy,
})

Implementation

TRes call({
  String? text,
  String? gif,
  String? sticker,
  Input$CustomMessageInput? custom,
  Input$MessageMediaInput? media,
  Input$LonLatInput? location,
  String? messageGroup,
  List<String>? seenBy,
});