|
Longbridge OpenAPI C++ SDK
|
Topic item. More...
#include <types.hpp>
Public Attributes | |
| std::string | id |
| Topic ID. More... | |
| std::string | title |
| Title. More... | |
| std::string | description |
| Description. More... | |
| std::string | url |
| URL. More... | |
| int64_t | published_at |
| Published time (Unix timestamp) More... | |
| int32_t | comments_count |
| Comments count. More... | |
| int32_t | likes_count |
| Likes count. More... | |
| int32_t | shares_count |
| Shares count. More... | |
Topic item.
| int32_t longbridge::content::TopicItem::comments_count |
Comments count.
| std::string longbridge::content::TopicItem::description |
Description.
| std::string longbridge::content::TopicItem::id |
Topic ID.
| int32_t longbridge::content::TopicItem::likes_count |
Likes count.
| int64_t longbridge::content::TopicItem::published_at |
Published time (Unix timestamp)
| int32_t longbridge::content::TopicItem::shares_count |
Shares count.
| std::string longbridge::content::TopicItem::title |
Title.
| std::string longbridge::content::TopicItem::url |
URL.