github.com/gotd/td/tg.PageTableCell.Colspan (field)
8 uses
github.com/gotd/td/tg (current package)
tl_page_table_cell_gen.go#L61: Colspan int
tl_page_table_cell_gen.go#L104: if !(p.Colspan == 0) {
tl_page_table_cell_gen.go#L144: p.Colspan = val
tl_page_table_cell_gen.go#L240: if !(p.Colspan == 0) {
tl_page_table_cell_gen.go#L275: b.PutInt(p.Colspan)
tl_page_table_cell_gen.go#L321: p.Colspan = value
tl_page_table_cell_gen.go#L449: p.Colspan = value
tl_page_table_cell_gen.go#L461: return p.Colspan, 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. |