What version of gotd are you using?
v0.122.0
$ go list -m github.com/gotd/td
user := &tg.InputUser{
UserID: 12345,
AccessHash: 0xabcdef123456,
}
fullUser, err := client.UsersGetFullUser(ctx, user)
if err != nil {
"rpcDoRequest:\n github.com/gotd/td/mtproto.(*Conn).Invoke\n /go/pkg/mod/github.com/gotd/td@v0.122.0/mtproto/rpc.go:44\n - unable to decode users.userFull#3b6d152e: field full_user: unable to decode userFull#99e78045: unexpected id 0x979d2376
}
Can this issue be reproduced with the latest version?
yestady i use v0.122.0 to repalce v1.118.0 can decode but now it not work yet
What did you do?
What did you expect to see?
What did you see instead?
What Go version and environment are you using?
go env Output
$ go env