improved auto_token_manage, added invites and some more stuff

This commit is contained in:
2025-03-28 00:36:01 +01:00
parent 98a4b4783c
commit 6edd50d9c2
11 changed files with 203 additions and 62 deletions

View File

@@ -19,13 +19,9 @@ public:
H_SET_GET(state, "")
H_SET_GET(details, "")
StringName large_image;
StringName get_large_image();
void set_large_image(StringName value);
H_SET_GET(large_image, "")
H_SET_GET(large_text, "")
StringName small_image;
StringName get_small_image();
void set_small_image(StringName value);
H_SET_GET(small_image, "")
H_SET_GET(small_text, "")
H_SET_GET(timestamps_start, 0)
H_SET_GET(timestamps_end, 0)