github.com/gotd/td/tg.UpdateShortMessage.TTLPeriod (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_updates_gen.go#L204: 	TTLPeriod int
		tl_updates_gen.go#L272: 	if !(u.TTLPeriod == 0) {
		tl_updates_gen.go#L333: 		u.TTLPeriod = val
		tl_updates_gen.go#L460: 	if !(u.TTLPeriod == 0) {
		tl_updates_gen.go#L517: 		b.PutInt(u.TTLPeriod)
		tl_updates_gen.go#L630: 		u.TTLPeriod = value
		tl_updates_gen.go#L834: 	u.TTLPeriod = value
		tl_updates_gen.go#L846: 	return u.TTLPeriod, true