CancelUploadFile class
- Inheritance
-
- Object
- TdFunction
- CancelUploadFile
Constructors
- CancelUploadFile({required int fileId})
-
Stops the uploading of a file. Supported only for files uploaded by using uploadFile. For other files the behavior is undefined
const
Properties
Methods
-
copyWith(
{int? fileId}) → CancelUploadFile -
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