Some structs do not have typedef aliases, but their references forget to put 'struct' keywords when referencing them, so they cause compiling issues. This commit adds the missing 'struct' keywords so TDLib C headers could compile successfully.
Some structs do not have typedef aliases, but their references forget to put 'struct' keywords when referencing them, so they cause compiling issues. This commit adds the missing 'struct' keywords so TDLib C headers could compile successfully.