github.com/gotd/td/mtproto.Options.TempKeyTTL (field)

7 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L167: 		tempKeyTTL:        opt.TempKeyTTL,
		options.go#L84: 	TempKeyTTL int
		options.go#L170: 	if opt.TempKeyTTL == 0 {
		options.go#L171: 		opt.TempKeyTTL = defaultTempKeyTTL
		options.go#L173: 	if opt.TempKeyTTL < minTempKeyTTL {
		options.go#L174: 		opt.TempKeyTTL = minTempKeyTTL

	github.com/gotd/td/telegram
		client.go#L236: 		TempKeyTTL: opt.TempKeyTTL,