List of all members | Public Fields | Public Instance Methods | Static Public Attributes
voiceNote Class Referencefinal

Inherits Object.

Description

Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel.

Public Fields

int32 duration_
 Duration of the voice note, in seconds; as defined by the sender.
 
bytes waveform_
 A waveform representation of the voice note in 5-bit format.
 
string mime_type_
 MIME type of the file; as defined by the sender.
 
object_ptr< filevoice_
 File containing the voice note.
 

Public Instance Methods

 voiceNote ()
 
 voiceNote (int32 duration_, bytes const &waveform_, string const &mime_type_, object_ptr< file > &&voice_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ voiceNote() [1/2]

voiceNote ( )

Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel.

◆ voiceNote() [2/2]

voiceNote ( int32  duration_,
bytes const &  waveform_,
string const &  mime_type_,
object_ptr< file > &&  voice_ 
)

Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel.

Parameters
[in]duration_Duration of the voice note, in seconds; as defined by the sender.
[in]waveform_A waveform representation of the voice note in 5-bit format.
[in]mime_type_MIME type of the file; as defined by the sender.
[in]voice_File containing the voice note.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


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