Input$SendMessageToTargetInput class

Constructors

Input$SendMessageToTargetInput({String? text, String? gif, String? sticker, Input$CustomMessageInput? custom, Input$MessageMediaInput? media, Input$LonLatInput? location, List<String>? seenBy, required Input$TargetACIInput target})
factory
Input$SendMessageToTargetInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$SendMessageToTargetInput<Input$SendMessageToTargetInput>
no setter
custom Input$CustomMessageInput?
no setter
gif String?
no setter
hashCode int
The hash code for this object.
no setteroverride
location Input$LonLatInput?
no setter
media Input$MessageMediaInput?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seenBy List<String>?
no setter
sticker String?
no setter
target Input$TargetACIInput
no setter
text String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override