diff options
Diffstat (limited to 'src/types/ForumTopicEdited.zig')
| -rw-r--r-- | src/types/ForumTopicEdited.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/ForumTopicEdited.zig b/src/types/ForumTopicEdited.zig new file mode 100644 index 0000000..097acb3 --- /dev/null +++ b/src/types/ForumTopicEdited.zig | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | name: ?[]const u8 = null, | ||
| 2 | icon_custom_emoji_id: ?[]const u8 = null, | ||