|
Longbridge OpenAPI C++ SDK
|
My topic item (created by the current authenticated user) More...
#include <types.hpp>
Public Attributes | |
| std::string | id |
| Topic ID. More... | |
| std::string | title |
| Title. More... | |
| std::string | description |
| Plain text excerpt. More... | |
| std::string | body |
| Markdown body. More... | |
| TopicAuthor | author |
| Author. More... | |
| std::vector< std::string > | tickers |
| Related stock tickers. More... | |
| std::vector< std::string > | hashtags |
| Hashtag names. More... | |
| std::vector< TopicImage > | images |
| Images. More... | |
| int32_t | likes_count |
| Likes count. More... | |
| int32_t | comments_count |
| Comments count. More... | |
| int32_t | views_count |
| Views count. More... | |
| int32_t | shares_count |
| Shares count. More... | |
| std::string | topic_type |
| Content type: "article" or "post". More... | |
| std::string | detail_url |
| URL to the full topic page. More... | |
| int64_t | created_at |
| Created time (Unix timestamp) More... | |
| int64_t | updated_at |
| Updated time (Unix timestamp) More... | |
My topic item (created by the current authenticated user)
| TopicAuthor longbridge::content::OwnedTopic::author |
Author.
| std::string longbridge::content::OwnedTopic::body |
Markdown body.
| int32_t longbridge::content::OwnedTopic::comments_count |
Comments count.
| int64_t longbridge::content::OwnedTopic::created_at |
Created time (Unix timestamp)
| std::string longbridge::content::OwnedTopic::description |
Plain text excerpt.
| std::string longbridge::content::OwnedTopic::detail_url |
URL to the full topic page.
| std::vector<std::string> longbridge::content::OwnedTopic::hashtags |
Hashtag names.
| std::string longbridge::content::OwnedTopic::id |
Topic ID.
| std::vector<TopicImage> longbridge::content::OwnedTopic::images |
Images.
| int32_t longbridge::content::OwnedTopic::likes_count |
Likes count.
| int32_t longbridge::content::OwnedTopic::shares_count |
Shares count.
| std::vector<std::string> longbridge::content::OwnedTopic::tickers |
Related stock tickers.
| std::string longbridge::content::OwnedTopic::title |
Title.
| std::string longbridge::content::OwnedTopic::topic_type |
Content type: "article" or "post".
| int64_t longbridge::content::OwnedTopic::updated_at |
Updated time (Unix timestamp)
| int32_t longbridge::content::OwnedTopic::views_count |
Views count.