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::voiceNote Class Referencefinal

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

Inheritance diagram for td::td_api::voiceNote:
td::td_api::Object td::TlObject

Public Member Functions

 voiceNote ()
 
 voiceNote (int32 duration_, bytes const &waveform_, string const &mime_type_, object_ptr< SpeechRecognitionResult > &&speech_recognition_result_, object_ptr< file > &&voice_)
 
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

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. Usually, one of "audio/ogg" for Opus in an OGG container, "audio/mpeg" for an MP3 audio, or "audio/mp4" for an M4A audio.
 
object_ptr< SpeechRecognitionResultspeech_recognition_result_
 Result of speech recognition in the voice note; may be null.
 
object_ptr< filevoice_
 File containing the voice note.
 

Static Public Attributes

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

Detailed Description

Describes a voice note.

Definition at line 87098 of file td_api.h.

Constructor & Destructor Documentation

◆ voiceNote() [1/2]

td::td_api::voiceNote::voiceNote ( )

Describes a voice note.

◆ voiceNote() [2/2]

td::td_api::voiceNote::voiceNote ( int32  duration_,
bytes const &  waveform_,
string const &  mime_type_,
object_ptr< SpeechRecognitionResult > &&  speech_recognition_result_,
object_ptr< file > &&  voice_ 
)

Describes a voice note.

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. Usually, one of "audio/ogg" for Opus in an OGG container, "audio/mpeg" for an MP3 audio, or "audio/mp4" for an M4A audio.
[in]speech_recognition_result_Result of speech recognition in the voice note; may be null.
[in]voice_File containing the voice note.

Member Function Documentation

◆ store()

void td::td_api::voiceNote::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

◆ duration_

int32 td::td_api::voiceNote::duration_

Duration of the voice note, in seconds; as defined by the sender.

Definition at line 87109 of file td_api.h.

◆ ID

const std::int32_t td::td_api::voiceNote::ID = -1175302923
static

Identifier uniquely determining a type of the object.

Definition at line 87136 of file td_api.h.

◆ mime_type_

string td::td_api::voiceNote::mime_type_

MIME type of the file; as defined by the sender. Usually, one of "audio/ogg" for Opus in an OGG container, "audio/mpeg" for an MP3 audio, or "audio/mp4" for an M4A audio.

Definition at line 87113 of file td_api.h.

◆ speech_recognition_result_

object_ptr<SpeechRecognitionResult> td::td_api::voiceNote::speech_recognition_result_

Result of speech recognition in the voice note; may be null.

Definition at line 87115 of file td_api.h.

◆ voice_

object_ptr<file> td::td_api::voiceNote::voice_

File containing the voice note.

Definition at line 87117 of file td_api.h.

◆ waveform_

bytes td::td_api::voiceNote::waveform_

A waveform representation of the voice note in 5-bit format.

Definition at line 87111 of file td_api.h.


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