ClientPhotos class

Photos.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deletePhotos({required List<InputPhotoBase> id}) Future<Result<Vector<int>>>
Delete Photos.
getUserPhotos({required InputUserBase userId, required int offset, required int maxId, required int limit}) Future<Result<PhotosPhotosBase>>
Get User Photos.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProfilePhoto({required bool fallback, InputUserBase? bot, required InputPhotoBase id}) Future<Result<PhotosPhotoBase>>
Update Profile Photo.
uploadContactProfilePhoto({required bool suggest, required bool save, required InputUserBase userId, InputFileBase? file, InputFileBase? video, double? videoStartTs, VideoSizeBase? videoEmojiMarkup}) Future<Result<PhotosPhotoBase>>
Upload Contact Profile Photo.
uploadProfilePhoto({required bool fallback, InputUserBase? bot, InputFileBase? file, InputFileBase? video, double? videoStartTs, VideoSizeBase? videoEmojiMarkup}) Future<Result<PhotosPhotoBase>>
Upload Profile Photo.

Operators

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