github.com/gotd/td/tg.User.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L430: RestrictionReason []RestrictionReason
tl_user_gen.go#L654: if !(u.RestrictionReason == nil) {
tl_user_gen.go#L821: u.RestrictionReason = val
tl_user_gen.go#L1267: if !(u.RestrictionReason == nil) {
tl_user_gen.go#L1362: b.PutVectorHeader(len(u.RestrictionReason))
tl_user_gen.go#L1363: for idx, v := range u.RestrictionReason {
tl_user_gen.go#L1553: u.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_user_gen.go#L1560: u.RestrictionReason = append(u.RestrictionReason, value)
tl_user_gen.go#L2376: u.RestrictionReason = value
tl_user_gen.go#L2388: return u.RestrictionReason, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |