github.com/gotd/td/tg.UpdateUserName.FirstName (field)
6 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L1290: FirstName string
tl_update_gen.go#L1324: if !(u.FirstName == "") {
tl_update_gen.go#L1354: u.FirstName = from.GetFirstName()
tl_update_gen.go#L1417: b.PutString(u.FirstName)
tl_update_gen.go#L1456: u.FirstName = value
tl_update_gen.go#L1498: return u.FirstName
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. |