github.com/gotd/td/tg.Message.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L369: RestrictionReason []RestrictionReason
tl_message_gen.go#L487: if !(m.RestrictionReason == nil) {
tl_message_gen.go#L612: m.RestrictionReason = val
tl_message_gen.go#L876: if !(m.RestrictionReason == nil) {
tl_message_gen.go#L988: b.PutVectorHeader(len(m.RestrictionReason))
tl_message_gen.go#L989: for idx, v := range m.RestrictionReason {
tl_message_gen.go#L1170: m.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_message_gen.go#L1177: m.RestrictionReason = append(m.RestrictionReason, value)
tl_message_gen.go#L1686: m.RestrictionReason = value
tl_message_gen.go#L1698: return m.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. |