github.com/gotd/td/tg.User.LastName (field)
8 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L258: LastName string
tl_user_gen.go#L429: if !(u.LastName == "") {
tl_user_gen.go#L558: u.LastName = val
tl_user_gen.go#L910: if !(u.LastName == "") {
tl_user_gen.go#L983: b.PutString(u.LastName)
tl_user_gen.go#L1130: u.LastName = value
tl_user_gen.go#L1707: u.LastName = value
tl_user_gen.go#L1719: return u.LastName, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |