|
CocoaTweet
|
Entory point for statuses/*. More...
#include <directMessage.h>


Public Member Functions | |
| DirectMessage ()=default | |
| DirectMessage (std::shared_ptr< CocoaTweet::OAuth::OAuth1 > _oauth) | |
| constructor which finally should to be called. More... | |
| void | messageCreate (const std::string &_recipient, const std::string &_message) |
Additional Inherited Members | |
Protected Attributes inherited from CocoaTweet::API::groupInterface | |
| std::weak_ptr< CocoaTweet::OAuth::OAuth1 > | oauth_ |
Entory point for statuses/*.
|
default |
| CocoaTweet::API::DirectMessages::DirectMessage::DirectMessage | ( | std::shared_ptr< CocoaTweet::OAuth::OAuth1 > | _oauth | ) |
constructor which finally should to be called.
| [in] | std::shared_ptr<CocoaTweet::OAuth::OAuth1> | : pointer to OAuth object |
| void CocoaTweet::API::DirectMessages::DirectMessage::messageCreate | ( | const std::string & | _recipient, |
| const std::string & | _message | ||
| ) |
1.8.17