mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
audio documents playback added, audio documents suppress on voice message, and both suppress on notify added
This commit is contained in:
@@ -386,10 +386,11 @@ public slots:
|
||||
void audioLoadProgress(mtpFileLoader *loader);
|
||||
void audioLoadFailed(mtpFileLoader *loader, bool started);
|
||||
void audioLoadRetry();
|
||||
void audioPlayProgress(AudioData *audio);
|
||||
void audioPlayProgress(const AudioMsgId &audioId);
|
||||
void documentLoadProgress(mtpFileLoader *loader);
|
||||
void documentLoadFailed(mtpFileLoader *loader, bool started);
|
||||
void documentLoadRetry();
|
||||
void documentPlayProgress(const SongMsgId &songId);
|
||||
|
||||
void setInnerFocus();
|
||||
void dialogsCancelled();
|
||||
|
Reference in New Issue
Block a user