#ifndef TIMELINE_H_FE90F0DC #define TIMELINE_H_FE90F0DC #include #include #include #include #include class timeline { public: explicit timeline(mastodonpp::API::endpoint_type endpoint); std::list poll(mastodonpp::Connection& connection); private: mastodonpp::API::endpoint_type endpoint_; bool hasSince_ = false; std::string sinceId_; }; #endif /* end of include guard: TIMELINE_H_FE90F0DC */