github.com/gotd/td/tg.Message.Pinned (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L280: Pinned bool
tl_message_gen.go#L424: if !(m.Pinned == false) {
tl_message_gen.go#L548: m.Pinned = from.GetPinned()
tl_message_gen.go#L825: if !(m.Pinned == false) {
tl_message_gen.go#L1030: m.Pinned = m.Flags.Has(24)
tl_message_gen.go#L1346: m.Pinned = true
tl_message_gen.go#L1349: m.Pinned = 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. |