InputMediaWithThumbnail class
This object represents the content of a media message to be sent which contains thumbnail.
It should be one of
- Implemented types
- Implementers
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- InputMediaWithThumbnail({required String type, required String media, String? thumbnail, String? parseMode, })
-
InputMediaWithThumbnail.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
getter/setter pairoverride
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- media ↔ String
-
getter/setter pairoverride
- mediaFile ↔ MultipartFile?
-
getter/setter pairoverride
- parseMode ↔ String?
-
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnail ↔ String?
-
getter/setter pair
- thumbnailFile ↔ MultipartFile?
-
getter/setter pair
- type ↔ String
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited