Update API types

This commit is contained in:
Andras Schmelczer 2025-04-08 23:05:06 +01:00
parent 96bf542b91
commit b26552fc1f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -556,10 +556,6 @@ export interface components {
/** Format: int64 */
since_update_id?: number | null;
};
QueryParams2: {
/** Format: int64 */
since_update_id?: number | null;
};
SerializedError: {
causes: string[];
message: string;