github.com/gotd/td/tg.PageBlockEmbed.AllowScrolling (field)
7 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2734: AllowScrolling bool
tl_page_block_gen.go#L2785: if !(p.AllowScrolling == false) {
tl_page_block_gen.go#L2831: p.AllowScrolling = from.GetAllowScrolling()
tl_page_block_gen.go#L2926: if !(p.AllowScrolling == false) {
tl_page_block_gen.go#L3007: p.AllowScrolling = p.Flags.Has(3)
tl_page_block_gen.go#L3074: p.AllowScrolling = true
tl_page_block_gen.go#L3077: p.AllowScrolling = 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. |