github.com/gotd/td/tg.InputMediaDocument.TTLSeconds (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_input_media_gen.go#L1596: 	TTLSeconds int
		tl_input_media_gen.go#L1633: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L1662: 		i.TTLSeconds = val
		tl_input_media_gen.go#L1722: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L1755: 		b.PutInt(i.TTLSeconds)
		tl_input_media_gen.go#L1797: 		i.TTLSeconds = value
		tl_input_media_gen.go#L1839: 	i.TTLSeconds = value
		tl_input_media_gen.go#L1851: 	return i.TTLSeconds, true