This class contains information needed to create a group invite.
More...
#include <groupinvite.h>
This class contains information needed to create a group invite.
Definition at line 26 of file groupinvite.h.
◆ GroupInvite() [1/2]
| GroupInvite::GroupInvite |
( |
| ) |
|
|
default |
◆ GroupInvite() [2/2]
| GroupInvite::GroupInvite |
( |
uint32_t |
friendId, |
|
|
uint8_t |
inviteType, |
|
|
const QByteArray & |
data |
|
) |
| |
◆ getFriendId()
| uint32_t GroupInvite::getFriendId |
( |
| ) |
const |
◆ getInvite()
| QByteArray GroupInvite::getInvite |
( |
| ) |
const |
◆ getInviteDate()
| QDateTime GroupInvite::getInviteDate |
( |
| ) |
const |
◆ getType()
| uint8_t GroupInvite::getType |
( |
| ) |
const |
◆ operator==()
| bool GroupInvite::operator== |
( |
const GroupInvite & |
other | ) |
const |
◆ date
| QDateTime GroupInvite::date |
|
private |
◆ friendId
| uint32_t GroupInvite::friendId {0} |
|
private |
◆ invite
| QByteArray GroupInvite::invite |
|
private |
◆ type
| uint8_t GroupInvite::type {0} |
|
private |
The documentation for this class was generated from the following files: