01_Rich_Text - fasteiner/Notion GitHub Wiki

Rich_text

API Reference

classDiagram
    class rich_text {
        [notion_rich_text_type] $type
        [notion_annotation] $annotations
        [string] $plain_text = $null
        $href = $null
        ConvertFromObject()
    }