Inherits Function.
Changes position of an audio file in the profile audio files of the current user.
Returns object_ptr<Ok>.
Public Fields | |
int32 | file_id_ |
Identifier of the file from profile audio files, which position will be changed. | |
int32 | after_file_id_ |
Identifier of the file from profile audio files after which the file will be positioned; pass 0 to move the file to the beginning of the list. | |
Public Types | |
using | ReturnType = object_ptr< ok > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
setProfileAudioPosition () | |
setProfileAudioPosition (int32 file_id_, int32 after_file_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1209963614 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which changes position of an audio file in the profile audio files of the current user.
Returns object_ptr<Ok>.
setProfileAudioPosition | ( | int32 | file_id_, |
int32 | after_file_id_ | ||
) |
Creates a function, which changes position of an audio file in the profile audio files of the current user.
Returns object_ptr<Ok>.
[in] | file_id_ | Identifier of the file from profile audio files, which position will be changed. |
[in] | after_file_id_ | Identifier of the file from profile audio files after which the file will be positioned; pass 0 to move the file to the beginning of the list. |
|
finalvirtual |