call abstract method
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,
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,
});