github.com/gotd/td/tg.DocumentAttributeVideo.VideoStartTs (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L602: 	VideoStartTs float64
		tl_document_attribute_gen.go#L653: 	if !(d.VideoStartTs == 0) {
		tl_document_attribute_gen.go#L695: 		d.VideoStartTs = val
		tl_document_attribute_gen.go#L787: 	if !(d.VideoStartTs == 0) {
		tl_document_attribute_gen.go#L820: 		b.PutDouble(d.VideoStartTs)
		tl_document_attribute_gen.go#L885: 		d.VideoStartTs = value
		tl_document_attribute_gen.go#L999: 	d.VideoStartTs = value
		tl_document_attribute_gen.go#L1011: 	return d.VideoStartTs, true