pl-api: kmyblue stuff
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -10,12 +10,22 @@ interface CreateListParams {
|
||||
replies_policy?: 'followed' | 'list' | 'none';
|
||||
/** Boolean. Whether members of this list need to get removed from the “Home” feed */
|
||||
exclusive?: boolean;
|
||||
/**
|
||||
* Boolean. Whether to receive notifications for new posts in the list.
|
||||
* Requires features{@link Features['listsNotifications']}
|
||||
*/
|
||||
notify?: boolean;
|
||||
/**
|
||||
* Boolean. Whether the list should appear in the navigation bar.
|
||||
* Requires features{@link Features['listsFavourites']}
|
||||
*/
|
||||
favourite?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
*/
|
||||
type UpdateListParams = CreateListParams;
|
||||
type UpdateListParams = Partial<CreateListParams>;
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
Reference in New Issue
Block a user