qTbot
0.2.114.81e7cc4
qTbot is base back end library for your c++ Qt projects.
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
i
l
m
p
r
s
t
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Macros
telegramaudio.h
Go to the documentation of this file.
1
//#
2
//# Copyright (C) 2023-2025 QuasarApp.
3
//# Distributed under the GPLv3 software license, see the accompanying
4
//# Everyone is permitted to copy and distribute verbatim copies
5
//# of this license document, but changing it is not allowed.
6
//#
7
8
9
10
#ifndef TELEGRAMAUDIO_H
11
#define TELEGRAMAUDIO_H
12
13
#include "
telegramfile.h
"
14
15
namespace
qTbot
{
16
20
class
QTBOT_EXPORT
TelegramAudio
:
public
TelegramFile
21
{
22
public
:
23
TelegramAudio
();
28
TelegramAudio
(
const
QJsonObject &jsonObject);
29
34
int
duration()
const
;
35
40
QString fileName()
const
;
41
46
QString mimeType()
const
;
47
48
};
20
class
QTBOT_EXPORT
TelegramAudio
:
public
TelegramFile
{
…
};
49
}
50
#endif
// TELEGRAMAUDIO_H
qTbot::TelegramAudio
The TelegramAudio class This is implementation of the audio objects of telegram.
Definition
telegramaudio.h:21
qTbot::TelegramFile
The TelegramFile class is base class for all files.
Definition
telegramfile.h:18
QTBOT_EXPORT
#define QTBOT_EXPORT
Definition
global.h:18
qTbot
Definition
telegramdeletemessage.cpp:8
telegramfile.h
src
qTbot
src
public
qTbot
messages
telegramaudio.h
Generated by
1.9.8