lastorel / pytion

Unofficial Python client for official Notion API
GNU General Public License v3.0
44 stars 3 forks source link

`workspace_name` property to bot user objects #44

Closed lastorel closed 1 year ago

lastorel commented 1 year ago

We added a workspace_name property to bot user objects. If the bot owner.type is "workspace", then workspace.name identifies the name of the workspace that owns the bot. If the owner.type is "user", then workspace.name is null.