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