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

8 uses

	github.com/gotd/td/tg (current package)
		tl_input_media_gen.go#L564: 	TTLSeconds int
		tl_input_media_gen.go#L603: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L634: 		i.TTLSeconds = val
		tl_input_media_gen.go#L702: 	if !(i.TTLSeconds == 0) {
		tl_input_media_gen.go#L735: 		b.PutInt(i.TTLSeconds)
		tl_input_media_gen.go#L783: 		i.TTLSeconds = value
		tl_input_media_gen.go#L844: 	i.TTLSeconds = value
		tl_input_media_gen.go#L856: 	return i.TTLSeconds, true