UserInfo Class

User information that made some action.

Constructor

UserInfo(*args: Any, **kwargs: Any)

Variables

Name Description
email
str

The email of the user.

name
str

The name of the user.

object_id
str

The object id of the user.

Attributes

email

The email of the user.

email: str | None

name

The name of the user.

name: str | None

object_id

The object id of the user.

object_id: str | None