RevoltClient
Types
A list of colored type names to understand the library better :)
string Simple text string with Ids or content.
bool Simple boolean value of True or False
int or ulong or BigIntiger Simple number value
enum A specific type name from a list of types.
object A object/class that contains different properties or can be casted.
object? A object/class that may be null in certain conditions.
object[ ] A list or array of objects that can be used in foreach of where to filter.
void( ) or async( ) function or await task that can be triggered to run with optional return type.
Last updated