UserInfo Class
User information that made some action.
Constructor
UserInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
email
|
The email of the user. |
|
name
|
The name of the user. |
|
object_id
|
The object id of the user. |
Attributes
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