InputMessagePhoto class
- Inheritance
-
- Object
- TdObject
- InputMessageContent
- InputMessagePhoto
Constructors
-
InputMessagePhoto({required InputFile photo, InputThumbnail? thumbnail, required List<
int> addedStickerFileIds, required int width, required int height, required int ttl}) -
A photo message
const
-
InputMessagePhoto.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
-
addedStickerFileIds
→ List<
int> -
addedStickerFileIds File identifiers of the stickers added to the photo, if applicable
final
-
caption Photo caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters
final
- 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 Photo height
final
- photo → InputFile
-
photo Photo to send
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnail → InputThumbnail?
-
thumbnail Photo thumbnail to be sent; pass null to skip thumbnail uploading. The thumbnail is sent to the other party only in secret chats
final
- ttl → int
-
ttl Photo TTL (Time To Live), in seconds (0-60). A non-zero TTL can be specified only in private chats
final
- width → int
-
width Photo width
final
Methods
-
copyWith(
{InputFile? photo, InputThumbnail? thumbnail, List< int> ? addedStickerFileIds, int? width, int? height, int? ttl}) → InputMessagePhoto -
override
-
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