> For the complete documentation index, see [llms.txt](https://volatile.gitbook.io/volatile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://volatile.gitbook.io/volatile/welcome/types.md).

# Types

All of this can seem complex and techincal, but that's normal. This page will make sense later, so you should problably read the How To Read page first.

{% hint style="info" %}
Nullable -> An optional argument.
{% endhint %}

## Numbers

* Unsigned Integer -> A positive number, ranging from 1 to 18,446,744,073,709,551,615 (inclusive) - usually used for IDs (server, member, etc...)
* Signed Integer -> A negative number, ranging from -18,446,744,073,709,551,615 to 0 (inclusive) - not typically used by users

## Bool Values

* Boolean -> True or False

## Objects

* User -> Also known as a Member, is a discord user. Can also be a bot or in some cases a webhook.
* ImageObject -> An uploaded or hashed image.
