InputChatPhotoStatic class final
A static photo in JPEG format
- Inheritance
-
- Object
- TdObject
- InputChatPhoto
- InputChatPhotoStatic
- Available extensions
- Annotations
-
- @immutable
Constructors
- InputChatPhotoStatic({InputFile? photo})
Properties
Methods
-
copyWith(
{InputFile? photo}) → InputChatPhotoStatic -
Available on InputChatPhotoStatic, provided by the InputChatPhotoStaticExtensions extension
-
getConstructor(
) → String -
override
-
map<
TResult extends Object?> ({required TResult animation(InputChatPhotoAnimation value), required TResult previous(InputChatPhotoPrevious value), required TResult static(InputChatPhotoStatic value), required TResult sticker(InputChatPhotoSticker value)}) → TResult -
Available on InputChatPhoto, provided by the InputChatPhotoExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult animation(InputChatPhotoAnimation value)?, TResult previous(InputChatPhotoPrevious value)?, TResult static(InputChatPhotoStatic value)?, TResult sticker(InputChatPhotoSticker value)?, required TResult orElse()}) → TResult -
Available on InputChatPhoto, provided by the InputChatPhotoExtensions extension
-
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.
override
Static Methods
-
fromJson(
Map< String, dynamic> ? json) → InputChatPhotoStatic? -
Inherited by:
InputChatPhotoAnimation
InputChatPhotoPrevious
InputChatPhotoStatic
InputChatPhotoSticker
override
Constants
- constructor → const String