github.com/gotd/td/crypto.AuthKey.IntID (method)

9 uses

	github.com/gotd/td/crypto (current package)
		key.go#L94: 	e.Int64(a.IntID())
		key.go#L114: func (a AuthKey) IntID() int64 {

	github.com/gotd/td/mtproto
		bind.go#L70: 		TempAuthKeyID: s.Key.IntID(),
		bind.go#L71: 		PermAuthKeyID: s.PermKey.IntID(),
		bind.go#L91: 		PermAuthKeyID:    s.PermKey.IntID(),
		bind.go#L105: 		log.Int64("temp_key_id", s.Key.IntID()),
		bind.go#L106: 		log.Int64("perm_key_id", s.PermKey.IntID()),
		bind.go#L128: 		log.Int64("temp_key_id", s.Key.IntID()),
		bind.go#L129: 		log.Int64("perm_key_id", s.PermKey.IntID()),