Comment

class pyinaturalist.models.Comment(id=None, body=None, created_at=NOTHING, hidden=None, uuid=None, user=None)

Bases: pyinaturalist.models.base.BaseModel

An observation comment, based on the schema of comments from GET /observations.

Attributes Summary

Name

Type

Description

id

int

Unique record ID

body

str

Comment text

created_at

datetime

Date and time the comment was created

hidden

bool

Indicates if the comment is hidden

uuid

str

Universally unique identifier

user (LazyProperty)

User

User that added the comment