Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 3.27 KB

File metadata and controls

10 lines (7 loc) · 3.27 KB

UnfollowUserResponse

Fields

Field Setter Type Getter Type Required Description
code long long ✔️ The status code of the response.
msg String String ✔️ The message of the response.
data @Nullable UserModel JsonNullable<UserModel> A confirmation of the action's success.
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.