|
Longbridge OpenAPI C++ SDK
|
Options for listing topics created by the current authenticated user. More...
#include <types.hpp>
Public Attributes | |
| int32_t | page = 0 |
| Page number (0 = default 1) More... | |
| int32_t | size = 0 |
| Records per page, range 1~500 (0 = default 50) More... | |
| std::string | topic_type |
| Filter by content type: "article" or "post" (empty = all) More... | |
Options for listing topics created by the current authenticated user.
| int32_t longbridge::content::MyTopicsOptions::page = 0 |
Page number (0 = default 1)
| int32_t longbridge::content::MyTopicsOptions::size = 0 |
Records per page, range 1~500 (0 = default 50)
| std::string longbridge::content::MyTopicsOptions::topic_type |
Filter by content type: "article" or "post" (empty = all)