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

8 uses

	github.com/gotd/td/tg (current package)
		tl_input_media_gen.go#L1885: 	TTLSeconds int
		tl_input_media_gen.go#L1928: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L1967: 		i.TTLSeconds = val
		tl_input_media_gen.go#L2043: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L2087: 		b.PutInt(i.TTLSeconds)
		tl_input_media_gen.go#L2143: 		i.TTLSeconds = value
		tl_input_media_gen.go#L2221: 	i.TTLSeconds = value
		tl_input_media_gen.go#L2233: 	return i.TTLSeconds, true