LasterAlex
LasterAlex
No, i put just `some_id_field: MyId`, i'll change it for generic ones
The only problem with adding `Into` is that `teloxide-core/src/codegen/convert.rs` either will need to be updated for every new string id, or we need a new type, like `StringIdTy` Also, is...
Also, i see that `InlineQueryResultCachedVideo` and a lot of other types like it have `video_file_id`. Are those the same type as the `FileId`? I remember that Inline stuff can be...
Looks like its all done now The breaking changes are mostly solved by `.clone()` and `.into()`, which, i think, is fine
I also copied the changelog from teloxide-core, it should be in both places
Seeing that 8.0 is close to being fully done, I think we should split the part 2 work 8.0 to 9.0 is quite disproportionate, the first three updates are manageable,...
> Ideally this should be (semi-)automatic I'll try to see what can be done. Maybe it makes sense to make a script that checks if 1. All the fields exist...
Seems like it is related to #1150 (looking at untitled.exe in the stack trace, you are also on windows) What rust version are you on?
Booted into the windows drive, recreated, will see what i can do
For now you can add the --release flag, it will fix the issue (probably)