github.com/gotd/td/tg.UserFull.PrivateForwardName (field)
8 uses
github.com/gotd/td/tg (current package)
tl_user_full_gen.go#L139: PrivateForwardName string
tl_user_full_gen.go#L268: if !(u.PrivateForwardName == "") {
tl_user_full_gen.go#L384: u.PrivateForwardName = val
tl_user_full_gen.go#L644: if !(u.PrivateForwardName == "") {
tl_user_full_gen.go#L735: b.PutString(u.PrivateForwardName)
tl_user_full_gen.go#L893: u.PrivateForwardName = value
tl_user_full_gen.go#L1343: u.PrivateForwardName = value
tl_user_full_gen.go#L1355: return u.PrivateForwardName, 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. |