Inherits Object.
Contains a list of audio files.
Public Fields | |
int32 | total_count_ |
Approximate total number of audio files found. | |
array< object_ptr< audio > > | audios_ |
List of audio files. | |
Public Instance Methods | |
audios () | |
audios (int32 total_count_, array< object_ptr< audio >> &&audios_) | |
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 = -680688982 |
Identifier uniquely determining a type of the object. | |
audios | ( | ) |
Contains a list of audio files.
audios | ( | int32 | total_count_, |
array< object_ptr< audio >> && | audios_ | ||
) |
Contains a list of audio files.
[in] | total_count_ | Approximate total number of audio files found. |
[in] | audios_ | List of audio files. |
|
finalvirtual |