Paval Kasko
Paval Kasko
Hello, sorry for pushing you, just interesting if there are any updates for that issue?
No, does not work ``` panic: got invalid response type: bool goroutine 1 [running]: github.com/xelaj/mtproto/telegram.(*Client).UploadSaveBigFilePart(0xc0001ef340, 0x47c3f6d0649b4e9, 0x7f00000000, 0xc000380000, 0x80000, 0x3f5e19a, 0x0, 0x0, 0x0) /home/paval/go/pkg/mod/github.com/xelaj/[email protected]/telegram/methods_gen.go:9078 +0x20d main.main() exit status 2 ```
@quenbyako Something like this https://play.golang.org/p/zv6WaheNR_Y But I'm not sure my code is an issue. Your lib can't "parse" `bool` response ``` panic: got invalid response type: bool goroutine 1 [running]:...
Thanks! The purpose of this issue was to say that documentation is wrong and should be fixed. I use the `DefaultNamespaces` field.
Agree. The current style is unusable. It would be nice to have a flags that allow to have my own style of formatting, like in yamlfmt or shfmt