github.com/gotd/td/tg.Message.Noforwards (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L287: Noforwards bool
tl_message_gen.go#L427: if !(m.Noforwards == false) {
tl_message_gen.go#L549: m.Noforwards = from.GetNoforwards()
tl_message_gen.go#L828: if !(m.Noforwards == false) {
tl_message_gen.go#L1031: m.Noforwards = m.Flags.Has(26)
tl_message_gen.go#L1365: m.Noforwards = true
tl_message_gen.go#L1368: m.Noforwards = false
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. |