Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 898 Bytes

BlockUserData.md

File metadata and controls

15 lines (10 loc) · 898 Bytes

BlockUserData

Properties

Name Type Description Notes
user_id str Specifies the unique ID of the user to block.
target_id str Specifies the ID of the user to be blocked.
user_ids [str] Specifies an array of the IDs of the users to be blocked at a time. (for bulk mode)
users [str] Specifies an array of the IDs of the users to be blocked at a time. The user_ids above and this property can be used interchangeably. (for bulk mode)
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]