notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
186 stars 46 forks source link

Error when reading values form QuoteBlock.Text property #211

Closed KoditkarVedant closed 2 years ago

KoditkarVedant commented 2 years ago

QuoteBlock is response model but the Text property refers the RichTextBaseInput which is an Request model. Hence when parsing the object in the array to RichTextText fails