Add missing unimplemented mstdnt_status_args
FossilOrigin-Name: cfddd54aed5f80156fdf4a5eb4caac0db155d84b60155e43fd61b8a405540b98
This commit is contained in:
parent
2ee00088ca
commit
a4cf7e190e
1 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,14 @@ struct mstdnt_status_args
|
|||
{
|
||||
char* in_reply_to_id;
|
||||
char* content_type;
|
||||
int expires_in;
|
||||
char* in_reply_to_conversation_id;
|
||||
char* language;
|
||||
char* poll; //?
|
||||
char* preview;
|
||||
char* scheduled_at;
|
||||
int sensitive;
|
||||
char* spoiler_text;
|
||||
char* status;
|
||||
char* visibility;
|
||||
char** media_ids;
|
||||
|
|
Loading…
Reference in a new issue