tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::inputFileGenerated Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::inputFileGenerated:
td::td_api::InputFile td::td_api::Object td::TlObject

Public Member Functions

 inputFileGenerated ()
 
 inputFileGenerated (string const &original_path_, string const &conversion_, int53 expected_size_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

string original_path_
 Local path to a file from which the file is generated. The path doesn&#x27;t have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file.
 
string conversion_
 String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with &#x27;#&#x27; are reserved for internal TDLib usage.
 
int53 expected_size_
 Expected size of the generated file, in bytes; pass 0 if unknown.
 

Static Public Attributes

static const std::int32_t ID = -1333385216
 Identifier uniquely determining a type of the object.
 

Detailed Description

A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.

Definition at line 27884 of file td_api.h.

Constructor & Destructor Documentation

◆ inputFileGenerated() [1/2]

td::td_api::inputFileGenerated::inputFileGenerated ( )

A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.

◆ inputFileGenerated() [2/2]

td::td_api::inputFileGenerated::inputFileGenerated ( string const &  original_path_,
string const &  conversion_,
int53  expected_size_ 
)

A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib.

Parameters
[in]original_path_Local path to a file from which the file is generated. The path doesn&#x27;t have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file.
[in]conversion_String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with &#x27;#&#x27; are reserved for internal TDLib usage.
[in]expected_size_Expected size of the generated file, in bytes; pass 0 if unknown.

Member Function Documentation

◆ store()

void td::td_api::inputFileGenerated::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ conversion_

string td::td_api::inputFileGenerated::conversion_

String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with &#x27;#&#x27; are reserved for internal TDLib usage.

Definition at line 27897 of file td_api.h.

◆ expected_size_

int53 td::td_api::inputFileGenerated::expected_size_

Expected size of the generated file, in bytes; pass 0 if unknown.

Definition at line 27899 of file td_api.h.

◆ ID

const std::int32_t td::td_api::inputFileGenerated::ID = -1333385216
static

Identifier uniquely determining a type of the object.

Definition at line 27916 of file td_api.h.

◆ original_path_

string td::td_api::inputFileGenerated::original_path_

Local path to a file from which the file is generated. The path doesn&#x27;t have to be a valid path and is used by TDLib only to detect name and MIME type of the generated file.

Definition at line 27895 of file td_api.h.


The documentation for this class was generated from the following file: