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

8 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L606: 	VideoCodec string
		tl_document_attribute_gen.go#L656: 	if !(d.VideoCodec == "") {
		tl_document_attribute_gen.go#L699: 		d.VideoCodec = val
		tl_document_attribute_gen.go#L790: 	if !(d.VideoCodec == "") {
		tl_document_attribute_gen.go#L823: 		b.PutString(d.VideoCodec)
		tl_document_attribute_gen.go#L892: 		d.VideoCodec = value
		tl_document_attribute_gen.go#L1017: 	d.VideoCodec = value
		tl_document_attribute_gen.go#L1029: 	return d.VideoCodec, true