Discord Social SDK
|
Represents a summary of a DM conversation with a user.
Public Member Functions | |
UserMessageSummary (UserMessageSummary &&other) noexcept | |
Move constructor for UserMessageSummary. | |
UserMessageSummary & | operator= (UserMessageSummary &&other) noexcept |
Move assignment operator for UserMessageSummary. | |
operator bool () const | |
Returns true if the instance contains a valid object. | |
UserMessageSummary (const UserMessageSummary &arg0) | |
Copy constructor for UserMessageSummary. | |
UserMessageSummary & | operator= (const UserMessageSummary &arg0) |
Copy assignment operator for UserMessageSummary. | |
uint64_t | LastMessageId () const |
Returns the ID of the last message sent in the DM conversation. | |
uint64_t | UserId () const |
Returns the ID of the other user in the DM conversation. | |
Static Public Attributes | |
static const UserMessageSummary | nullobj |
Uninitialized instance of UserMessageSummary. | |
|
noexcept |
Move constructor for UserMessageSummary.
discordpp::UserMessageSummary::UserMessageSummary | ( | const UserMessageSummary & | arg0 | ) |
Copy constructor for UserMessageSummary.
uint64_t discordpp::UserMessageSummary::LastMessageId | ( | ) | const |
Returns the ID of the last message sent in the DM conversation.
|
inline |
Returns true if the instance contains a valid object.
UserMessageSummary & discordpp::UserMessageSummary::operator= | ( | const UserMessageSummary & | arg0 | ) |
Copy assignment operator for UserMessageSummary.
|
noexcept |
Move assignment operator for UserMessageSummary.
uint64_t discordpp::UserMessageSummary::UserId | ( | ) | const |
Returns the ID of the other user in the DM conversation.
|
static |
Uninitialized instance of UserMessageSummary.