github.com/gotd/td/tg.Channel.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1223: RestrictionReason []RestrictionReason
tl_chat_gen.go#L1461: if !(c.RestrictionReason == nil) {
tl_chat_gen.go#L1612: c.RestrictionReason = val
tl_chat_gen.go#L2033: if !(c.RestrictionReason == nil) {
tl_chat_gen.go#L2117: b.PutVectorHeader(len(c.RestrictionReason))
tl_chat_gen.go#L2118: for idx, v := range c.RestrictionReason {
tl_chat_gen.go#L2300: c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L2307: c.RestrictionReason = append(c.RestrictionReason, value)
tl_chat_gen.go#L3016: c.RestrictionReason = value
tl_chat_gen.go#L3028: return c.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. |