Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 3.25 KB

File metadata and controls

12 lines (8 loc) · 3.25 KB

GetDmHistoryV3Response

Response for getting DM history via XChat v3

Fields

Field Setter Type Getter Type Required Description Example
code long long ✔️ Response code 200
msg String String ✔️ Response message success
data @Nullable DmHistoryV3Data JsonNullable<DmHistoryV3Data> DM history data
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.