VoiceNote class
Constructors
VoiceNote ({required int duration , required String waveform , required String mimeType , required 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
const
VoiceNote.fromJson (Map <String , dynamic > json )
Parse from a json
factory
Properties
clientId
→ int ?
client identifier
no setter inherited
duration
→ int
duration Duration of the voice note, in seconds; as defined by the sender
final
callback sign
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
mimeType
→ String
mimeType MIME type of the file; as defined by the sender
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
voice
→ File
voice File containing the voice note
final
waveform
→ String
waveform A waveform representation of the voice note in 5-bit format
final