InputStoryContentPhoto class

A photo story.

Inheritance
Available Extensions

Constructors

InputStoryContentPhoto({required InputFile photo, required List<int> added_sticker_file_ids, int? extra, int? clientId})
A photo story

Properties

added_sticker_file_ids List<int>
File identifiers of the stickers added to the photo, if applicable.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
photo InputFile
Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) InputStoryContentPhoto?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"inputStoryContentPhoto"