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.
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.
Last updated