The PendingSendMessage class represents the parameters of and the reply to an asynchronous message send request.
More...
#include <TelepathyQt/PendingSendMessage>
Inherits Tp::PendingOperation.
The PendingSendMessage class represents the parameters of and the reply to an asynchronous message send request.
See Asynchronous Object Model
◆ ~PendingSendMessage()
Tp::PendingSendMessage::~PendingSendMessage |
( |
| ) |
|
◆ channel()
TextChannelPtr Tp::PendingSendMessage::channel |
( |
| ) |
const |
◆ messenger()
ContactMessengerPtr Tp::PendingSendMessage::messenger |
( |
| ) |
const |
Return the contact messenger used to send the message if this instance was created using ContactMessenger. If it was created using TextChannel, return a null ContactMessengerPtr.
- Returns
- A pointer to the ContactMessenger object, or a null ContactMessengerPtr if created using TextChannel.
◆ sentMessageToken()
QString Tp::PendingSendMessage::sentMessageToken |
( |
| ) |
const |
◆ message()
Message Tp::PendingSendMessage::message |
( |
| ) |
const |