Input$DirectMessageInput class
Constructors
-
Input$DirectMessageInput({String? text, String? gif, String? sticker, Input$CustomMessageInput? custom, Input$MessageMediaInput? media, Input$LonLatInput? location, List<
String> ? seenBy, required String receiver, Input$TargetACIInput? target, Enum$MessageGroupTypeEnum? type}) -
factory
-
Input$DirectMessageInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
copyWith
→ CopyWith$Input$DirectMessageInput<
Input$DirectMessageInput> -
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
- receiver → String
-
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
- type → Enum$MessageGroupTypeEnum?
-
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