github.com/gotd/td/tg.Message.RestrictionReason (field)
11 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L449: RestrictionReason []RestrictionReason
tl_message_gen.go#L662: if !(m.RestrictionReason == nil) {
tl_message_gen.go#L856: m.RestrictionReason = val
tl_message_gen.go#L1273: if !(m.RestrictionReason == nil) {
tl_message_gen.go#L1440: b.PutVectorHeader(len(m.RestrictionReason))
tl_message_gen.go#L1441: for idx, v := range m.RestrictionReason {
tl_message_gen.go#L1699: m.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
tl_message_gen.go#L1706: m.RestrictionReason = append(m.RestrictionReason, value)
tl_message_gen.go#L2438: m.RestrictionReason = value
tl_message_gen.go#L2450: return m.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. |