tdlib-rs
tdlib-rs copied to clipboard
Remove 1-variant enums
We currently have quite a lot of 1-variant only enums. This is because of the tdlib's tl scheme, so it's not a parser bug. We have to workaround that by checking when there are this kind of enums and remove/replace them somehow.