feat(client): 👽 Implement new Instance values

This commit is contained in:
Jesse Wierzbinski 2024-12-09 11:10:16 +01:00
parent 026aa76540
commit 39f15a7141
No known key found for this signature in database

View file

@ -49,6 +49,11 @@ export type Instance = {
video_matrix_limit: number; video_matrix_limit: number;
max_description_characters: number; max_description_characters: number;
}; };
emojis: {
emoji_size_limit: number;
max_emoji_shortcode_characters: number;
max_emoji_description_characters: number;
};
polls: { polls: {
max_characters_per_option: number; max_characters_per_option: number;
max_expiration: number; max_expiration: number;