github.com/gotd/td/tg.User.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L285: RestrictionReason []RestrictionReason
tl_user_gen.go#L447: if !(u.RestrictionReason == nil) {
tl_user_gen.go#L582: u.RestrictionReason = val
tl_user_gen.go#L928: if !(u.RestrictionReason == nil) {
tl_user_gen.go#L1011: b.PutVectorHeader(len(u.RestrictionReason))
tl_user_gen.go#L1012: for idx, v := range u.RestrictionReason {
tl_user_gen.go#L1174: u.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_user_gen.go#L1181: u.RestrictionReason = append(u.RestrictionReason, value)
tl_user_gen.go#L1815: u.RestrictionReason = value
tl_user_gen.go#L1827: return u.RestrictionReason, 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. |