Home
last modified time | relevance | path

Searched defs:VoiceToSend (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/controls/
H A Dcompose_controls_common.h24 struct VoiceToSend { struct
25 QByteArray bytes;
26 VoiceWaveform waveform;
27 int duration = 0;
28 Api::SendOptions options;
H A Dhistory_view_voice_record_bar.h36 using VoiceToSend = Controls::VoiceToSend; variable
H A Dhistory_view_compose_controls.h84 using VoiceToSend = Controls::VoiceToSend; variable
H A Dhistory_view_voice_record_bar.cpp43 using VoiceToSend = VoiceRecordBar::VoiceToSend; typedef
H A Dhistory_view_compose_controls.cpp77 using VoiceToSend = ComposeControls::VoiceToSend; typedef