diff options
Diffstat (limited to 'teal-src/util/error.d.tl')
-rw-r--r-- | teal-src/util/error.d.tl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teal-src/util/error.d.tl b/teal-src/util/error.d.tl index 2dc72f0e..05f52405 100644 --- a/teal-src/util/error.d.tl +++ b/teal-src/util/error.d.tl @@ -35,14 +35,14 @@ local record protoerror type : error_type condition : error_condition text : string - code : number + code : integer end local record error type : error_type condition : error_condition text : string - code : number + code : integer context : { any : any } source : string end |