github.com/gotd/td/tg.Channel.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1118: RestrictionReason []RestrictionReason
tl_chat_gen.go#L1289: if !(c.RestrictionReason == nil) {
tl_chat_gen.go#L1414: c.RestrictionReason = val
tl_chat_gen.go#L1759: if !(c.RestrictionReason == nil) {
tl_chat_gen.go#L1831: b.PutVectorHeader(len(c.RestrictionReason))
tl_chat_gen.go#L1832: for idx, v := range c.RestrictionReason {
tl_chat_gen.go#L1989: c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L1996: c.RestrictionReason = append(c.RestrictionReason, value)
tl_chat_gen.go#L2580: c.RestrictionReason = value
tl_chat_gen.go#L2592: return c.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. |