com.atproto.admin.disable_account_invites#
- pydantic model atproto.xrpc_client.models.com.atproto.admin.disable_account_invites.Data#
Bases:
DataModelBase
Input data model for
com.atproto.admin.disableAccountInvites
.Show JSON schema
{ "title": "Data", "description": "Input data model for :obj:`com.atproto.admin.disableAccountInvites`.", "type": "object", "properties": { "account": { "title": "Account", "type": "string" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" } }, "additionalProperties": false, "required": [ "account" ] }
- Fields:
- field account: str [Required]#
Account.
- field note: Optional[str] = None#
Additionally add a note describing why the invites were disabled.