github.com/gotd/td/tg.HelpSupport.User (field)
8 uses
github.com/gotd/td/tg (current package)
tl_help_support_gen.go#L42: User UserClass
tl_help_support_gen.go#L63: if !(s.User == nil) {
tl_help_support_gen.go#L85: s.User = from.GetUser()
tl_help_support_gen.go#L138: if s.User == nil {
tl_help_support_gen.go#L141: if err := s.User.Encode(b); err != nil {
tl_help_support_gen.go#L175: s.User = value
tl_help_support_gen.go#L193: return s.User
tl_help_support_gen.go#L198: return s.User.AsNotEmpty()
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. |