This commit is contained in:
keita
2021-04-01 21:56:56 +09:00
parent 1e31c756ce
commit f97deb5c36
6 changed files with 45 additions and 47 deletions
+1 -3
View File
@@ -16,8 +16,6 @@ public:
void recipient(const std::string& _id);
void message(const std::string& _message);
/// @brief process request for endpoint
/// @param[in] std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth : pointer to oauth object
/// @param[out] CocoaTweet::API::Model::Tweet : request result
@@ -27,6 +25,6 @@ private:
std::string status_;
nlohmann::json json_;
};
} // namespace CocoaTweet::API::Statuses
} // namespace CocoaTweet::API::DirectMessages
#endif