bobrovde

Results 1 comments of bobrovde

@strelov1 when i try to upload media by method `messages.saveFilePart` i got same error. Solve it by change encode method for `TL_upload_saveFilePart` in [api.go](https://github.com/shelomentsevd/mtproto/blob/master/api.go#L14746). I change `x.Bytes(e.Bytes)` to `x.StringBytes(e.Bytes) `