Get desktop application:
View/edit binary Protocol Buffers messages
optional int64 latest_time = 1
optional string token = 2
int32 status_code = 1
optional string status_msg = 2
repeated Post post_list = 3
optional int64 next_time = 4
int64 post_id = 1
int64 search_id = 2
Used as response type in: FeedSrv.GetPostById
Used as field type in: favorite.bloomblog_favorite_list_response, bloomblog_feed_response, publish.bloomblog_publish_list_response
int64 id = 1
optional user.User author = 2
string text_content = 3
string cover_url = 4
repeated string image_urls = 5
int64 like_count = 6
int64 comment_count = 7
bool is_liked = 8
string title = 9
int64 modified_at = 10