InputThumbnail class

Inheritance

Constructors

InputThumbnail({required InputFile thumbnail, required int width, required int height})
A thumbnail to be sent along with a file; must be in JPEG or WEBP format for stickers, and less than 200 KB in size
const
InputThumbnail.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
client identifier
no setterinherited
extra → dynamic
callback sign
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height int
height Thumbnail height, usually shouldn't exceed 320. Use 0 if unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail InputFile
thumbnail Thumbnail file to send. Sending thumbnails by file_id is currently not supported
final
width int
width Thumbnail width, usually shouldn't exceed 320. Use 0 if unknown
final

Methods

copyWith({InputFile? thumbnail, int? width, int? height}) InputThumbnail
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String