Hello ClickUp API Team,
I would like to report an inconsistency in the ClickUp API response schema regarding message IDs.
According to the current behavior:
Create Message API returns the message id as an int64
Update Message API returns the message id as a string
This mismatch is problematic for strongly typed systems (e.g. Go, Java, TypeScript with strict typing), where the same entity is expected to have a consistent data type across API endpoints.