Input$MessageInput class

Constructors

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

Properties

copyWith CopyWith$Input$MessageInput<Input$MessageInput>
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
messageGroup 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
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